Skip to content

Commit

Permalink
Fix test for now
Browse files Browse the repository at this point in the history
Should be fixed properly in #3040
  • Loading branch information
marcphilipp committed Nov 20, 2024
1 parent bffa0e6 commit 9edf0f5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ tasks.test {
graalvmNative {
binaries {
named("test") {
// TODO #3040 Add to native-image.properties
buildArgs.add("--initialize-at-build-time=org.junit.platform.launcher.core.HierarchicalOutputDirectoryProvider")
buildArgs.add("-H:+ReportExceptionStackTraces")
}
}
Expand Down

0 comments on commit 9edf0f5

Please sign in to comment.