Skip to content

Commit e0e1061

Browse files
committed
Remove disabling of tasks.jar
Delete the tasks.jar { enabled = false } block from common/build.gradle.kts so the default jar task is no longer disabled. This restores normal jar packaging behavior while keeping the shadowJar configuration (archiveBaseName and archiveVersion) intact.
1 parent 2999e9b commit e0e1061

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

common/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ java {
4747
}
4848
}
4949

50-
tasks.jar {
51-
enabled = false
52-
}
53-
5450
tasks.shadowJar {
5551
archiveBaseName.set(id)
5652
archiveVersion.set(apiVersion)

0 commit comments

Comments
 (0)