mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
useJUnitPlatform for SAML 2.0 Tests
Issue gh-9467
This commit is contained in:
parent
5da55448f9
commit
822e59af45
@ -82,3 +82,11 @@ project.tasks.matching { t -> t.name == "sourcesJar"}.configureEach {
|
||||
javadoc {
|
||||
source += sourceSets.opensaml3Main.allJava + sourceSets.opensaml4Main.allJava
|
||||
}
|
||||
|
||||
opensaml3Test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
opensaml4Test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user