We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--no-fallback
1 parent 9181926 commit 6ea643cCopy full SHA for 6ea643c
project/settings/package.mill.scala
@@ -165,6 +165,7 @@ trait CliLaunchers extends SbtModule { self =>
165
if (usesDocker) s"/data/$staticLibDirName"
166
else staticLibDir().path.toString
167
super.nativeImageOptions() ++ Seq(
168
+ "--no-fallback",
169
s"-H:IncludeResources=$localRepoResourcePath",
170
s"-H:IncludeResources=$launcherTypeResourcePath",
171
s"-H:IncludeResources=$defaultFilesResourcePath/.*",
0 commit comments