Skip to content

Commit 09d1788

Browse files
committed
Add class introduced in 5.14.1
1 parent 54f37c0 commit 09d1788

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ tasks.test {
3333

3434
val initializeAtBuildTime = mapOf(
3535
// These need to be added to native-build-tools
36-
"6.1" to listOf<String>(),
36+
"5.14.1" to listOf(
37+
"org.junit.jupiter.engine.discovery.MethodSegmentResolver"
38+
),
3739
)
3840

3941
graalvmNative {

0 commit comments

Comments
 (0)