mirror of
https://github.com/corda/corda.git
synced 2025-02-20 09:26:41 +00:00
Disable empty jar in top-level buildSrc project. (#2745)
This commit is contained in:
parent
4121f70da3
commit
727f2b6cd1
@ -19,3 +19,6 @@ dependencies {
|
||||
project(it.path)
|
||||
}
|
||||
}
|
||||
|
||||
// Don't create an empty jar. The plugins are now in child projects.
|
||||
jar.enabled = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user