useJUnitPlatform for SAML 2.0 Tests

Issue gh-9467
This commit is contained in:
Josh Cummings 2021-08-16 15:22:29 -06:00
parent 5da55448f9
commit 822e59af45

View File

@ -82,3 +82,11 @@ project.tasks.matching { t -> t.name == "sourcesJar"}.configureEach {
javadoc {
source += sourceSets.opensaml3Main.allJava + sourceSets.opensaml4Main.allJava
}
opensaml3Test {
useJUnitPlatform()
}
opensaml4Test {
useJUnitPlatform()
}