Merge pull request #6190 from corda/nikinagy/CORDA-3747-publish-sources-for-node-driver

CORDA-3747 - switch on the publishing of sources
This commit is contained in:
Matthew Nesbit 2020-04-29 17:27:19 +01:00 committed by GitHub
commit 75d10fe99c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ jar {
}
publish {
publishSources = false
publishSources = true
publishJavadoc = false
name jar.baseName
}