Skip to content

Commit

Permalink
Add jdk.charsets to required modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Scholz committed Nov 22, 2023
1 parent 849d21c commit 4dec3e1
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 @@ -51,7 +51,7 @@ java {

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

graalvmNative {
Expand Down

0 comments on commit 4dec3e1

Please sign in to comment.