Browse Source

useJUnitPlatform for integration tests

Issue gh-9467
Rob Winch 4 years ago
parent
commit
715f06c4c2

+ 1 - 0
buildSrc/src/main/groovy/io/spring/gradle/convention/IntegrationTestPlugin.groovy

@@ -77,6 +77,7 @@ public class IntegrationTestPlugin implements Plugin<Project> {
 			testClassesDirs = project.sourceSets.integrationTest.output.classesDirs
 			classpath = project.sourceSets.integrationTest.runtimeClasspath
 			shouldRunAfter project.tasks.test
+			useJUnitPlatform()
 		}
 		project.tasks.check.dependsOn integrationTestTask