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.
1 parent 176ac40 commit 91312fbCopy full SHA for 91312fb
platform-tests/platform-tests.gradle.kts
@@ -26,7 +26,9 @@ dependencies {
26
testImplementation(testFixtures(projects.junitPlatformLauncher))
27
testImplementation(projects.junitJupiterEngine)
28
testImplementation(libs.apiguardian)
29
- testImplementation(libs.jfrunit)
+ testImplementation(libs.jfrunit) {
30
+ exclude(group = "org.junit.vintage")
31
+ }
32
testImplementation(libs.joox)
33
testImplementation(libs.openTestReporting.tooling)
34
testImplementation(libs.bundles.xmlunit)
0 commit comments