Skip to content

Commit 386c2c3

Browse files
committed
fix: disable root jar task
1 parent efc39f3 commit 386c2c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ plugins {
55
alias(libs.plugins.publish) apply false
66
}
77

8+
tasks.jar {
9+
enabled = false
10+
}
11+
812
subprojects {
913
apply(plugin = "java-library")
1014

0 commit comments

Comments
 (0)