Skip to content

Commit

Permalink
try to use later graalvm
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek committed Jun 5, 2021
1 parent c1ffcff commit 26920b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ lazy val cli = (project in file("cli")).
Compile / PB.targets := Seq(
scalapb.gen() -> (Compile / sourceManaged).value
),
nativeImageOptions ++= Seq("--static", "--no-fallback", "--verbose", "--initialize-at-build-time")
nativeImageOptions ++= Seq("--static", "--no-fallback", "--verbose", "--initialize-at-build-time"),
nativeImageVersion := "21.1.0"
)
.dependsOn(coreJVM % "compile->compile;test->test")
.enablePlugins(NativeImagePlugin)
Expand Down

0 comments on commit 26920b3

Please sign in to comment.