reactive/webflux/hello useJUnitPlatform
This commit is contained in:
parent
e76a48f7ce
commit
bbe644d824
|
@ -16,3 +16,7 @@ dependencies {
|
||||||
|
|
||||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType(Test).configureEach {
|
||||||
|
useJUnitPlatform()
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue