Skip to content

Commit a9dabe1

Browse files
dreis2211snicoll
authored andcommitted
Remove redundant useJUnitPlatform declarations
See gh-20206
1 parent 6fc25a3 commit a9dabe1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ sourceSets {
9898

9999
test {
100100
dependsOn syncTestRepository
101-
useJUnitPlatform()
102101
}
103102

104103
task fullJar(type: Jar) {

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

-3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,3 @@ dependencies {
5656
testRuntimeOnly("org.junit.vintage:junit-vintage-engine")
5757
}
5858

59-
test {
60-
useJUnitPlatform()
61-
}

0 commit comments

Comments
 (0)