Skip to content

Commit

Permalink
build: Remove unnecessary java.sql module
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Jun 9, 2024
1 parent 68c9455 commit f72965b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jreleaser {
exported.set(true)
stereotype.set(org.jreleaser.model.Stereotype.CLI)
imageName.set("{{distributionName}}-{{projectVersion}}")
moduleNames.set(listOf("java.logging", "java.xml", "java.sql"))
moduleNames.set(listOf("java.logging", "java.xml"))
jdeps {
multiRelease.set("base")
ignoreMissingDeps.set(true)
Expand Down

0 comments on commit f72965b

Please sign in to comment.