Selaa lähdekoodia

reactive/webflux/hello-security useJUnitPlatform

Rob Winch 5 vuotta sitten
vanhempi
commit
e76a48f7ce
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      reactive/webflux/hello-security/build.gradle

+ 4 - 0
reactive/webflux/hello-security/build.gradle

@@ -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()
+}