mirror of https://github.com/sbt/sbt.git
Merge pull request #7149 from scalacenter/try-cirrus-ci
This commit is contained in:
commit
1a12daaa9a
|
|
@ -1173,6 +1173,7 @@ lazy val sbtClientProj = (project in file("client"))
|
||||||
nativeImageReady := { () =>
|
nativeImageReady := { () =>
|
||||||
()
|
()
|
||||||
},
|
},
|
||||||
|
nativeImageVersion := "22.2.0",
|
||||||
nativeImageOutput := target.value / "bin" / "sbtn",
|
nativeImageOutput := target.value / "bin" / "sbtn",
|
||||||
nativeImageOptions ++= Seq(
|
nativeImageOptions ++= Seq(
|
||||||
"--no-fallback",
|
"--no-fallback",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue