Эх сурвалжийг харах

servlet/spring-boot/java/hello useJUnitPlatform

Rob Winch 5 жил өмнө
parent
commit
9222ea9508

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