diff --git a/build.sbt b/build.sbt index 6bd6e6fb80..d49bdaa6ad 100644 --- a/build.sbt +++ b/build.sbt @@ -1173,6 +1173,7 @@ lazy val sbtClientProj = (project in file("client")) nativeImageReady := { () => () }, + nativeImageVersion := "22.2.0", nativeImageOutput := target.value / "bin" / "sbtn", nativeImageOptions ++= Seq( "--no-fallback",