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 513be32 commit 1d95a3cCopy full SHA for 1d95a3c
platform-tooling-support-tests/projects/graalvm-starter/build.gradle.kts
@@ -35,10 +35,7 @@ tasks.test {
35
36
val initializeAtBuildTime = mapOf<String, List<String>>(
37
// These need to be added to native-build-tools
38
- "5.14" to listOf(
39
- "org.junit.platform.commons.util.DefaultClasspathScanner",
40
- "org.junit.platform.launcher.core.HierarchicalOutputDirectoryCreator",
41
- ),
+ "6.1" to listOf<String>(),
42
)
43
44
graalvmNative {
0 commit comments