Skip to content

Commit 1491f2e

Browse files
committed
Fix saml javadoc
1 parent 777a275 commit 1491f2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

saml2/saml2-service-provider/spring-security-saml2-service-provider.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,8 @@ project.tasks.matching { t -> t.name == "sourcesJar"}.configureEach {
6969
sourceSets.opensaml4Main.allSource
7070
}
7171
}
72+
73+
74+
javadoc {
75+
source += sourceSets.opensaml3Main.allJava + sourceSets.opensaml4Main.allJava
76+
}

0 commit comments

Comments
 (0)