Merge branch '6.2.x'

This commit is contained in:
Sam Brannen
2025-04-25 12:13:37 +02:00
2 changed files with 10 additions and 2 deletions

View File

@@ -58,3 +58,10 @@ dependencies {
testRuntimeOnly("org.javamoney:moneta")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine") // for @Inject TCK
}
test {
description = "Runs JUnit Jupiter tests and the @Inject TCK via JUnit Vintage."
useJUnitPlatform {
includeEngines "junit-jupiter", "junit-vintage"
}
}