Skip to content

Commit

Permalink
-Dpolyglotimpl.DisableVersionChecks=true
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Dec 3, 2024
1 parent d6b57c0 commit 784925a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ val defaultNativeImageOptions = Seq(
"--initialize-at-build-time=org.mozilla.javascript,org.slf4j,org.typelevel,os,scalax,sbt,ujson,upack,upickle,algebra,cps,com.oracle,spire,org.graalvm,scopt,fastparse,scala,java,chester,org.eclipse,cats,fansi,sourcecode,com.monovore.decline,geny,pprint",
"--initialize-at-build-time=scala.meta.internal.semanticdb.Access$$anon$1",
"-O2",
"-J-Dpolyglotimpl.DisableVersionChecks=true", // for 24-ea
"-H:+AddAllCharsets" // https://stackoverflow.com/questions/74525670/graalvm-native-with-kotlin-unsupportedcharsetexception-cp1252/74528833#74528833
)

Expand Down

0 comments on commit 784925a

Please sign in to comment.