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.
LauncherPhase
1 parent 9e182d9 commit e616eb5Copy full SHA for e616eb5
platform-tooling-support-tests/projects/graalvm-starter/build.gradle.kts
@@ -46,12 +46,12 @@ val initializeAtBuildTime = mapOf(
46
"org.junit.platform.launcher.core.DiscoveryIssueNotifier",
47
"org.junit.platform.launcher.core.HierarchicalOutputDirectoryProvider",
48
"org.junit.platform.launcher.core.LauncherDiscoveryResult\$EngineResultInfo",
49
+ "org.junit.platform.launcher.core.LauncherPhase",
50
"org.junit.platform.suite.engine.SuiteTestDescriptor\$LifecycleMethods",
51
),
52
// These need to be added to native-build-tools
53
"6.0" to listOf(
54
"org.junit.platform.commons.util.KotlinReflectionUtils",
- "org.junit.platform.launcher.core.LauncherPhase",
55
)
56
57
0 commit comments