Skip to content

Commit 822e59a

Browse files
committed
useJUnitPlatform for SAML 2.0 Tests
Issue gh-9467
1 parent 5da5544 commit 822e59a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

saml2/saml2-service-provider/spring-security-saml2-service-provider.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,11 @@ project.tasks.matching { t -> t.name == "sourcesJar"}.configureEach {
8282
javadoc {
8383
source += sourceSets.opensaml3Main.allJava + sourceSets.opensaml4Main.allJava
8484
}
85+
86+
opensaml3Test {
87+
useJUnitPlatform()
88+
}
89+
90+
opensaml4Test {
91+
useJUnitPlatform()
92+
}

0 commit comments

Comments
 (0)