Disable empty jar in top-level buildSrc project. (#2745)

This commit is contained in:
Chris Rankin 2018-03-06 15:03:10 +00:00 committed by GitHub
parent 4121f70da3
commit 727f2b6cd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,3 +19,6 @@ dependencies {
project(it.path)
}
}
// Don't create an empty jar. The plugins are now in child projects.
jar.enabled = false