Browse Source

Remove redundant useJUnitPlatform declarations

See gh-20206
pull/20210/head
dreis2211 6 years ago committed by Stephane Nicoll
parent
commit
a9dabe13bb
  1. 1
      spring-boot-project/spring-boot-cli/build.gradle
  2. 3
      spring-boot-project/spring-boot-test/build.gradle

1
spring-boot-project/spring-boot-cli/build.gradle

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

3
spring-boot-project/spring-boot-test/build.gradle

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

Loading…
Cancel
Save