Adjust JavaDoc Classpath

Issue gh-14931
This commit is contained in:
Josh Cummings 2024-05-20 12:42:01 -06:00
parent 9027dceb71
commit 63e24a3026
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ project.tasks.matching { t -> t.name == "sourcesJar"}.configureEach {
javadoc {
classpath += sourceSets.opensaml3Main.runtimeClasspath + sourceSets.opensaml4Main.runtimeClasspath
source += sourceSets.opensaml3Main.allJava + sourceSets.opensaml4Main.allJava
}