Skip to content

Commit

Permalink
Close #308 - Upgrade GraalVM to 22.2.0 and JVM to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Aug 23, 2022
1 parent f5e56a7 commit b55b6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ lazy val cli = subProject("cli")
packageSummary := "Maven2Sbt",
packageDescription := "A tool to convert Maven pom.xml into sbt build.sbt",
executableScriptName := props.ExecutableScriptName,
// nativeImageVersion := "21.1.0",
// nativeImageJvm := "graalvm-java11",
nativeImageVersion := "22.2.0",
nativeImageJvm := "graalvm-java17",
nativeImageOptions ++= Seq(
"-H:+ReportExceptionStackTraces",
"--initialize-at-build-time",
Expand Down

0 comments on commit b55b6ff

Please sign in to comment.