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 0dc3862 commit ae0b47fCopy full SHA for ae0b47f
platform-tooling-support-tests/projects/graalvm-starter/build.gradle.kts
@@ -35,9 +35,11 @@ val initializeAtBuildTime = mapOf(
35
// These need to be added to native-build-tools
36
"5.14" to listOf(
37
"org.junit.platform.commons.util.DefaultClasspathScanner",
38
+ "org.junit.platform.launcher.core.HierarchicalOutputDirectoryCreator",
39
+ ),
40
+ "6.0" to listOf(
41
"org.junit.platform.commons.util.KotlinReflectionUtils",
42
"org.junit.platform.launcher.core.DiscoveryIssueNotifier\$1",
- "org.junit.platform.launcher.core.HierarchicalOutputDirectoryCreator",
43
),
44
)
45
0 commit comments