Fix saml javadoc

This commit is contained in:
Rob Winch 2021-05-17 22:39:34 -05:00
parent 777a27523e
commit 1491f2e0b6
1 changed files with 5 additions and 0 deletions

View File

@ -69,3 +69,8 @@ project.tasks.matching { t -> t.name == "sourcesJar"}.configureEach {
sourceSets.opensaml4Main.allSource
}
}
javadoc {
source += sourceSets.opensaml3Main.allJava + sourceSets.opensaml4Main.allJava
}