Przeglądaj źródła

servlet/spring-boot/java/hello useJUnitPlatform

Rob Winch 5 lat temu
rodzic
commit
9222ea9508
1 zmienionych plików z 4 dodań i 0 usunięć
  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()
+}