useJUnitPlatform for integration tests

Issue gh-9467
This commit is contained in:
Rob Winch 2021-07-15 14:11:50 -05:00
parent bff377904a
commit 715f06c4c2

View File

@ -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