Skip to content

Commit

Permalink
Add java.compiler module to jre
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Scholz committed Nov 23, 2023
1 parent db24461 commit 66f72ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qr-code-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ java {

jlinkJre {
// defaults to only java.base
modules.set(setOf("java.desktop", "jdk.charsets"))
modules.set(setOf("java.desktop", "jdk.charsets", "java.compiler"))
}

graalvmNative {
Expand Down

0 comments on commit 66f72ea

Please sign in to comment.