1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Fix saml javadoc

This commit is contained in:
Rob Winch
2021-05-17 22:39:34 -05:00
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
}