Skip to content

Commit 3f71fd7

Browse files
committed
chore: publishing fixes
1 parent 8e08e5d commit 3f71fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/project/src/main/kotlin/dev.suresh.plugin.kotlin.jvm.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ configurations.configureEach {
3838
}
3939

4040
java {
41-
withSourcesJar()
42-
withJavadocJar()
4341
toolchain { configureJvmToolchain(project) }
42+
// withSourcesJar()
43+
// withJavadocJar()
4444
}
4545

4646
kotlin {

0 commit comments

Comments
 (0)