1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Stop Deploying JavaDoc Outside of Antora

Closes gh-18198
This commit is contained in:
Josh Cummings
2025-11-19 15:22:36 -07:00
parent 9ff2d96088
commit 29c63bee69
5 changed files with 3 additions and 103 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ springRelease {
weekOfMonth = 3
dayOfWeek = 1
referenceDocUrl = "https://docs.spring.io/spring-security/reference/{version}/index.html"
apiDocUrl = "https://docs.spring.io/spring-security/site/docs/{version}/api/"
apiDocUrl = "https://docs.spring.io/spring-security/reference/{version}/api/java/index.html"
replaceSnapshotVersionInReferenceDocUrl = true
}