From 15a7494cdb0bf785d26ccf6211f9ba040873af17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=AA?= Date: Tue, 3 Dec 2024 16:37:58 +1100 Subject: [PATCH] -Dpolyglotimpl.DisableVersionChecks=true --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8cae5d09..b719156a 100644 --- a/build.sbt +++ b/build.sbt @@ -60,7 +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 + "-Dpolyglotimpl.DisableVersionChecks=true", // for 24-ea "-H:+AddAllCharsets" // https://stackoverflow.com/questions/74525670/graalvm-native-with-kotlin-unsupportedcharsetexception-cp1252/74528833#74528833 )