Use native-image 22.3.1

This commit is contained in:
Julien Richard-Foy 2023-02-14 14:42:24 +01:00
parent ec770668c9
commit e2f23309f4
1 changed files with 1 additions and 0 deletions

View File

@ -1173,6 +1173,7 @@ lazy val sbtClientProj = (project in file("client"))
nativeImageReady := { () =>
()
},
nativeImageVersion := "22.3.1",
nativeImageOutput := target.value / "bin" / "sbtn",
nativeImageOptions ++= Seq(
"--no-fallback",