소스 검색

reactive/rsocket/hello-security useJunitPlatform

Rob Winch 5 년 전
부모
커밋
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()
+}