Skip to content

Commit

Permalink
Merge pull request #310 from Kevin-Lee/task/308/upgrade-graal
Browse files Browse the repository at this point in the history
Close #308 - Upgrade GraalVM to 22.2.0 and JVM to 17
  • Loading branch information
kevin-lee authored Aug 25, 2022
2 parents f5e56a7 + b55b6ff commit 79e490e
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 79e490e

Please sign in to comment.