Skip to content

Commit 9f8b6e2

Browse files
committed
Add two missing classes from junit-platform-suite-engine
(cherry picked from commit f8ae339)
1 parent 33422ad commit 9f8b6e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ val initializeAtBuildTime = mapOf(
4747
"org.junit.platform.launcher.core.HierarchicalOutputDirectoryProvider",
4848
"org.junit.platform.launcher.core.LauncherDiscoveryResult\$EngineResultInfo",
4949
"org.junit.platform.launcher.core.LauncherPhase",
50+
"org.junit.platform.suite.engine.DiscoverySelectorResolver",
51+
"org.junit.platform.suite.engine.SuiteTestDescriptor\$DiscoveryIssueForwardingListener",
5052
"org.junit.platform.suite.engine.SuiteTestDescriptor\$LifecycleMethods",
5153
),
5254
// These need to be added to native-build-tools

0 commit comments

Comments
 (0)