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 26bc828 commit 60ddd35Copy full SHA for 60ddd35
1 file changed
platform-tooling-support-tests/projects/graalvm-starter/build.gradle.kts
@@ -33,14 +33,7 @@ tasks.test {
33
34
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",
43
+ "6.1" to listOf<String>(),
44
)
45
46
graalvmNative {
0 commit comments