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…
Reference in New Issue