Commit a9dabe13 authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Remove redundant useJUnitPlatform declarations

See gh-20206
parent 6fc25a30
...@@ -98,7 +98,6 @@ sourceSets { ...@@ -98,7 +98,6 @@ sourceSets {
test { test {
dependsOn syncTestRepository dependsOn syncTestRepository
useJUnitPlatform()
} }
task fullJar(type: Jar) { task fullJar(type: Jar) {
......
...@@ -56,6 +56,3 @@ dependencies { ...@@ -56,6 +56,3 @@ dependencies {
testRuntimeOnly("org.junit.vintage:junit-vintage-engine") testRuntimeOnly("org.junit.vintage:junit-vintage-engine")
} }
test {
useJUnitPlatform()
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment