We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
agent
1 parent 9fd59ba commit 405e506Copy full SHA for 405e506
plugin/src/sbt-test/sbt-native-image/agent/build.sbt
@@ -4,7 +4,7 @@ lazy val example = project
4
mainClass.in(Compile) := Some("example.Hello3"),
5
nativeImageOptions ++= Seq(
6
"--no-fallback",
7
- s"-H:ReflectionConfigurationFiles=${ baseDirectory.value / "native-image-configs" / "reflect-config.json" }"
+ s"-H:ReflectionConfigurationFiles=${ target.value / "native-image-configs" / "reflect-config.json" }"
8
),
9
nativeImageCommand := List(
10
sys.env.getOrElse(
0 commit comments