mirror of
https://github.com/corda/corda.git
synced 2025-03-19 18:45:28 +00:00
disable default jar task
This commit is contained in:
parent
99d70fc197
commit
7a39ff8617
@ -80,15 +80,14 @@ dependencies {
|
||||
}
|
||||
|
||||
configurations {
|
||||
compile.extendsFrom shadow
|
||||
testArtifacts.extendsFrom testRuntime
|
||||
testArtifacts.extendsFrom testRuntime
|
||||
testCompile.extendsFrom shadow
|
||||
}
|
||||
|
||||
jar {
|
||||
enabled = false
|
||||
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 {
|
||||
baseName jar.baseName
|
||||
|
Loading…
x
Reference in New Issue
Block a user