Fix saml javadoc
This commit is contained in:
parent
777a27523e
commit
1491f2e0b6
|
@ -69,3 +69,8 @@ project.tasks.matching { t -> t.name == "sourcesJar"}.configureEach {
|
|||
sourceSets.opensaml4Main.allSource
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
javadoc {
|
||||
source += sourceSets.opensaml3Main.allJava + sourceSets.opensaml4Main.allJava
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue