mirror of https://github.com/sbt/sbt.git
Use native-image 22.3.1
This commit is contained in:
parent
ec770668c9
commit
e2f23309f4
|
|
@ -1173,6 +1173,7 @@ lazy val sbtClientProj = (project in file("client"))
|
||||||
nativeImageReady := { () =>
|
nativeImageReady := { () =>
|
||||||
()
|
()
|
||||||
},
|
},
|
||||||
|
nativeImageVersion := "22.3.1",
|
||||||
nativeImageOutput := target.value / "bin" / "sbtn",
|
nativeImageOutput := target.value / "bin" / "sbtn",
|
||||||
nativeImageOptions ++= Seq(
|
nativeImageOptions ++= Seq(
|
||||||
"--no-fallback",
|
"--no-fallback",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue