Browse Source

servlet/spring-boot/java/hello useJUnitPlatform

Rob Winch 5 years ago
parent
commit
9222ea9508
1 changed files with 4 additions and 0 deletions
  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()
+}