Remove redundant useJUnitPlatform declarations
See gh-20206
This commit is contained in:
parent
6fc25a309c
commit
a9dabe13bb
|
@ -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…
Reference in New Issue