ソースを参照

servlet/spring-boot/java/hello useJUnitPlatform

Rob Winch 5 年 前
コミット
9222ea9508
1 ファイル変更4 行追加0 行削除
  1. 4 0
      servlet/spring-boot/java/hello/build.gradle

+ 4 - 0
servlet/spring-boot/java/hello/build.gradle

@@ -16,3 +16,7 @@ dependencies {
 
 	testImplementation 'org.springframework.boot:spring-boot-starter-test'
 }
+
+tasks.withType(Test).configureEach {
+	useJUnitPlatform()
+}