diff --git a/gradle/publishing.gradle b/gradle/publishing.gradle index 385a725..27ed5ac 100644 --- a/gradle/publishing.gradle +++ b/gradle/publishing.gradle @@ -15,7 +15,6 @@ afterEvaluate { publications { maven(MavenPublication){ from(components["release"]) - // Adds javadocs and sources as separate jars. artifact sourcesJar pom { name = 'Shaky'