1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Merge branch '6.4.x'

- adb303e Add testRuntimeOnly junit-platform-launcher

Closes gh-16757
This commit is contained in:
Rob Winch
2025-03-17 14:34:18 -05:00
28 changed files with 48 additions and 0 deletions
+1
View File
@@ -66,4 +66,5 @@ dependencies {
testImplementation 'com.squareup.okhttp3:mockwebserver'
testRuntimeOnly 'org.hsqldb:hsqldb'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}