We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff3779 commit 715f06cCopy full SHA for 715f06c
buildSrc/src/main/groovy/io/spring/gradle/convention/IntegrationTestPlugin.groovy
@@ -77,6 +77,7 @@ public class IntegrationTestPlugin implements Plugin<Project> {
77
testClassesDirs = project.sourceSets.integrationTest.output.classesDirs
78
classpath = project.sourceSets.integrationTest.runtimeClasspath
79
shouldRunAfter project.tasks.test
80
+ useJUnitPlatform()
81
}
82
project.tasks.check.dependsOn integrationTestTask
83
0 commit comments