Browse Source

useJUnitPlatform for integration tests

Issue gh-9467
pull/10085/head
Rob Winch 4 years ago
parent
commit
715f06c4c2
  1. 1
      buildSrc/src/main/groovy/io/spring/gradle/convention/IntegrationTestPlugin.groovy

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

@ -77,6 +77,7 @@ public class IntegrationTestPlugin implements Plugin<Project> { @@ -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

Loading…
Cancel
Save