mirror of
https://github.com/corda/corda.git
synced 2025-03-22 12:05:59 +00:00
disable default jar task
This commit is contained in:
parent
99d70fc197
commit
7a39ff8617
@ -80,15 +80,14 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
compile.extendsFrom shadow
|
testArtifacts.extendsFrom testRuntime
|
||||||
testArtifacts.extendsFrom testRuntime
|
testCompile.extendsFrom shadow
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
enabled = false
|
||||||
baseName 'corda-node-api'
|
baseName 'corda-node-api'
|
||||||
}
|
}
|
||||||
// ensure that immediately after jar step we update to the shaded version of the jar, so that everyone use it.
|
|
||||||
jar.finalizedBy shadowJar
|
|
||||||
|
|
||||||
shadowJar {
|
shadowJar {
|
||||||
baseName jar.baseName
|
baseName jar.baseName
|
||||||
|
Loading…
x
Reference in New Issue
Block a user