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 9420524 commit f12ccfbCopy full SHA for f12ccfb
platform-tooling-support-tests/projects/graalvm-starter/build.gradle.kts
@@ -34,10 +34,10 @@ val initializeAtBuildTime = mapOf(
34
"org.junit.platform.commons.util.KotlinReflectionUtils",
35
"org.junit.platform.launcher.core.DiscoveryIssueNotifier\$1",
36
"org.junit.platform.launcher.core.HierarchicalOutputDirectoryCreator",
37
- )
+ ),
38
"6.0" to listOf(
39
"org.junit.platform.commons.logging.LoggerFactory\$DelegatingLogger",
40
41
)
42
43
graalvmNative {
0 commit comments