Remove redundant useJUnitPlatform declarations

See gh-20206
pull/20210/head
dreis2211 5 years ago committed by Stephane Nicoll
parent 6fc25a309c
commit a9dabe13bb

@ -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 {
testRuntimeOnly("org.junit.vintage:junit-vintage-engine") testRuntimeOnly("org.junit.vintage:junit-vintage-engine")
} }
test {
useJUnitPlatform()
}

Loading…
Cancel
Save