Skip to content

Commit

Permalink
useJUnitPlatform for SAML 2.0 Tests
Browse files Browse the repository at this point in the history
Issue gh-9467
  • Loading branch information
jzheaux committed Sep 13, 2021
1 parent 5da5544 commit 822e59a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,11 @@ project.tasks.matching { t -> t.name == "sourcesJar"}.configureEach {
javadoc {
source += sourceSets.opensaml3Main.allJava + sourceSets.opensaml4Main.allJava
}

opensaml3Test {
useJUnitPlatform()
}

opensaml4Test {
useJUnitPlatform()
}

0 comments on commit 822e59a

Please sign in to comment.