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 34a4032 commit 38e1caaCopy full SHA for 38e1caa
platform-tooling-support-tests/projects/graalvm-starter/build.gradle.kts
@@ -29,13 +29,15 @@ tasks.test {
29
30
val initializeAtBuildTime = mapOf(
31
// These need to be added to native-build-tools
32
- "6.0" to listOf(
33
- "org.junit.platform.commons.logging.LoggerFactory\$DelegatingLogger",
+ "5.14" to listOf(
34
"org.junit.platform.commons.util.DefaultClasspathScanner",
35
"org.junit.platform.commons.util.KotlinReflectionUtils",
36
"org.junit.platform.launcher.core.DiscoveryIssueNotifier\$1",
37
"org.junit.platform.launcher.core.HierarchicalOutputDirectoryCreator",
38
)
+ "6.0" to listOf(
39
+ "org.junit.platform.commons.logging.LoggerFactory\$DelegatingLogger",
40
+ )
41
42
43
graalvmNative {
0 commit comments