Skip to content

Commit e616eb5

Browse files
committed
Move LauncherPhase to 5.13 list
(cherry picked from commit b6636bb)
1 parent 9e182d9 commit e616eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ val initializeAtBuildTime = mapOf(
4646
"org.junit.platform.launcher.core.DiscoveryIssueNotifier",
4747
"org.junit.platform.launcher.core.HierarchicalOutputDirectoryProvider",
4848
"org.junit.platform.launcher.core.LauncherDiscoveryResult\$EngineResultInfo",
49+
"org.junit.platform.launcher.core.LauncherPhase",
4950
"org.junit.platform.suite.engine.SuiteTestDescriptor\$LifecycleMethods",
5051
),
5152
// These need to be added to native-build-tools
5253
"6.0" to listOf(
5354
"org.junit.platform.commons.util.KotlinReflectionUtils",
54-
"org.junit.platform.launcher.core.LauncherPhase",
5555
)
5656
)
5757

0 commit comments

Comments
 (0)