Fix bootstrapper publication problem. (#3370)

This commit is contained in:
josecoll 2018-06-14 18:17:53 +01:00 committed by GitHub
parent 0241c83809
commit 191eef12cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,10 @@ artifacts {
}
}
jar {
classifier "ignore"
}
publish {
disableDefaultJar = true
name 'corda-tools-network-bootstrapper'