[Commonizer] Don't publish sources and javadocs

This commit is contained in:
Dmitriy Dolovov
2020-09-01 17:06:29 +07:00
parent 15cc979378
commit f5329b6f1d
2 changed files with 1 additions and 3 deletions
@@ -20,5 +20,3 @@ publish()
noDefaultJar() noDefaultJar()
runtimeJar(rewriteDefaultJarDepsToShadedCompiler()) runtimeJar(rewriteDefaultJarDepsToShadedCompiler())
sourcesJar()
javadocJar()
+1 -1
View File
@@ -46,4 +46,4 @@ projectTest(parallel = true) {
workingDir = rootDir workingDir = rootDir
} }
standardPublicJars() runtimeJar()