Просмотр исходного кода

reactive/rsocket/hello-security useJunitPlatform

Rob Winch 5 лет назад
Родитель
Сommit
ef88df6f75
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      reactive/rsocket/hello-security/build.gradle

+ 4 - 0
reactive/rsocket/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()
+}