Skip to content

Commit 1d95a3c

Browse files
committed
Clear custom initialize-at-build-time lists
(cherry picked from commit 60ddd35)
1 parent 513be32 commit 1d95a3c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ tasks.test {
3535

3636
val initializeAtBuildTime = mapOf<String, List<String>>(
3737
// 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-
),
38+
"6.1" to listOf<String>(),
4239
)
4340

4441
graalvmNative {

0 commit comments

Comments
 (0)