Skip to content

Commit 715f06c

Browse files
committed
useJUnitPlatform for integration tests
Issue gh-9467
1 parent bff3779 commit 715f06c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/groovy/io/spring/gradle/convention/IntegrationTestPlugin.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public class IntegrationTestPlugin implements Plugin<Project> {
7777
testClassesDirs = project.sourceSets.integrationTest.output.classesDirs
7878
classpath = project.sourceSets.integrationTest.runtimeClasspath
7979
shouldRunAfter project.tasks.test
80+
useJUnitPlatform()
8081
}
8182
project.tasks.check.dependsOn integrationTestTask
8283

0 commit comments

Comments
 (0)