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 b9c4b36 commit ee71b6cCopy full SHA for ee71b6c
build.gradle.kts
@@ -96,6 +96,6 @@ publishing.publications.register("mavenJava", MavenPublication::class) {
96
configurations.all { attributes.attribute(TARGET_JVM_VERSION_ATTRIBUTE, 11) }
97
98
java {
99
-// withJavadocJar()
+ // withJavadocJar()
100
withSourcesJar()
101
}
0 commit comments