switch on the publishing of sources

This commit is contained in:
nikinagy 2020-04-28 11:43:07 +01:00
parent ec96a844bd
commit 274b958dad

View File

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