Skip to content

Commit 60ddd35

Browse files
committed
Clear custom initialize-at-build-time lists
1 parent 26bc828 commit 60ddd35

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,7 @@ tasks.test {
3333

3434
val initializeAtBuildTime = mapOf(
3535
// 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-
),
36+
"6.1" to listOf<String>(),
4437
)
4538

4639
graalvmNative {

0 commit comments

Comments
 (0)