Skip to content

Commit bcadef0

Browse files
committed
Fix test for now
Should be fixed properly in #3040
1 parent 758b120 commit bcadef0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platform-tooling-support-tests/projects/graalvm-starter/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ tasks.test {
3131
graalvmNative {
3232
binaries {
3333
named("test") {
34+
// TODO #3040 Add to native-image.properties
35+
buildArgs.add("--initialize-at-build-time=org.junit.platform.launcher.core.HierarchicalOutputDirectoryProvider")
3436
buildArgs.add("-H:+ReportExceptionStackTraces")
3537
}
3638
}

0 commit comments

Comments
 (0)