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.
1 parent 7352bf4 commit 40d8122Copy full SHA for 40d8122
instrumentation/logback/logback-appender-1.0/library/build.gradle.kts
@@ -47,6 +47,11 @@ graalvmNative {
47
48
binaries.all {
49
resources.autodetect()
50
+
51
+ agent {
52
+ buildArgs.add("--initialize-at-build-time=org.junit.platform.launcher.core.HierarchicalOutputDirectoryProvider")
53
+ buildArgs.add("--initialize-at-build-time=org.junit.platform.launcher.core.LauncherDiscoveryResult\$EngineResultInfo")
54
+ }
55
}
56
57
// See https://github.com/graalvm/native-build-tools/issues/572
0 commit comments