Merge pull request #20206 from dreis2211

* pr/20206:
  Remove redundant useJUnitPlatform declarations

Closes gh-20206
pull/20210/head
Stephane Nicoll 5 years ago
commit 6a0cef8015

@ -98,7 +98,6 @@ sourceSets {
test {
dependsOn syncTestRepository
useJUnitPlatform()
}
task fullJar(type: Jar) {

@ -56,6 +56,3 @@ dependencies {
testRuntimeOnly("org.junit.vintage:junit-vintage-engine")
}
test {
useJUnitPlatform()
}

Loading…
Cancel
Save