reactive/rsocket/hello-security useJunitPlatform

This commit is contained in:
Rob Winch 2020-07-27 15:49:30 -05:00
parent bde455843c
commit ef88df6f75
1 changed files with 4 additions and 0 deletions

View File

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