servlet/spring-boot/java/hello useJUnitPlatform

This commit is contained in:
Rob Winch 2020-07-27 15:52:02 -05:00
parent 18c0e75709
commit 9222ea9508
1 changed files with 4 additions and 0 deletions

View File

@ -16,3 +16,7 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
tasks.withType(Test).configureEach {
useJUnitPlatform()
}