We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee71b6c commit 3037703Copy full SHA for 3037703
build.gradle.kts
@@ -95,7 +95,4 @@ publishing.publications.register("mavenJava", MavenPublication::class) {
95
96
configurations.all { attributes.attribute(TARGET_JVM_VERSION_ATTRIBUTE, 11) }
97
98
-java {
99
- // withJavadocJar()
100
- withSourcesJar()
101
-}
+java.withSourcesJar()
0 commit comments