Skip to content

Commit 3037703

Browse files
committed
dummy commit to trigger netlify
1 parent ee71b6c commit 3037703

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,4 @@ publishing.publications.register("mavenJava", MavenPublication::class) {
9595

9696
configurations.all { attributes.attribute(TARGET_JVM_VERSION_ATTRIBUTE, 11) }
9797

98-
java {
99-
// withJavadocJar()
100-
withSourcesJar()
101-
}
98+
java.withSourcesJar()

0 commit comments

Comments
 (0)