Skip to content

Commit

Permalink
Adjust JavaDoc Classpath
Browse files Browse the repository at this point in the history
Issue gh-14931
  • Loading branch information
jzheaux committed May 20, 2024
1 parent 9027dce commit 63e24a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 63e24a3

Please sign in to comment.