reactive/webfux/hello-security-explicit useJUnitPlatform
This commit is contained in:
parent
1878c398fa
commit
30afb25e7b
|
@ -20,3 +20,7 @@ dependencies {
|
|||
|
||||
integTestImplementation "org.seleniumhq.selenium:htmlunit-driver"
|
||||
}
|
||||
|
||||
tasks.withType(Test).configureEach {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue