Merge pull request #20206 from dreis2211
* pr/20206: Remove redundant useJUnitPlatform declarations Closes gh-20206
This commit is contained in:
commit
6a0cef8015
|
@ -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…
Reference in New Issue