reactive/webfux/hello-security-explicit useJUnitPlatform

This commit is contained in:
Rob Winch 2020-07-27 15:50:43 -05:00
parent 1878c398fa
commit 30afb25e7b
1 changed files with 4 additions and 0 deletions

View File

@ -20,3 +20,7 @@ dependencies {
integTestImplementation "org.seleniumhq.selenium:htmlunit-driver"
}
tasks.withType(Test).configureEach {
useJUnitPlatform()
}