Skip to content

Commit 405e506

Browse files
committed
Fix agent scripted test.
1 parent 9fd59ba commit 405e506

File tree

1 file changed

+1
-1
lines changed
  • plugin/src/sbt-test/sbt-native-image/agent

1 file changed

+1
-1
lines changed

plugin/src/sbt-test/sbt-native-image/agent/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lazy val example = project
44
mainClass.in(Compile) := Some("example.Hello3"),
55
nativeImageOptions ++= Seq(
66
"--no-fallback",
7-
s"-H:ReflectionConfigurationFiles=${ baseDirectory.value / "native-image-configs" / "reflect-config.json" }"
7+
s"-H:ReflectionConfigurationFiles=${ target.value / "native-image-configs" / "reflect-config.json" }"
88
),
99
nativeImageCommand := List(
1010
sys.env.getOrElse(

0 commit comments

Comments
 (0)