reactive/webflux/hello useJUnitPlatform

This commit is contained in:
Rob Winch 2020-07-27 15:51:23 -05:00
parent e76a48f7ce
commit bbe644d824
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()
}