servlet/spring-boot/java/hello useJUnitPlatform
This commit is contained in:
parent
18c0e75709
commit
9222ea9508
|
@ -16,3 +16,7 @@ dependencies {
|
|||
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
}
|
||||
|
||||
tasks.withType(Test).configureEach {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue