Skip to content

Commit ae0b47f

Browse files
committed
Split list by version again
1 parent 0dc3862 commit ae0b47f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

platform-tooling-support-tests/projects/graalvm-starter/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ val initializeAtBuildTime = mapOf(
3535
// These need to be added to native-build-tools
3636
"5.14" to listOf(
3737
"org.junit.platform.commons.util.DefaultClasspathScanner",
38+
"org.junit.platform.launcher.core.HierarchicalOutputDirectoryCreator",
39+
),
40+
"6.0" to listOf(
3841
"org.junit.platform.commons.util.KotlinReflectionUtils",
3942
"org.junit.platform.launcher.core.DiscoveryIssueNotifier\$1",
40-
"org.junit.platform.launcher.core.HierarchicalOutputDirectoryCreator",
4143
),
4244
)
4345

0 commit comments

Comments
 (0)