spring-framework/gradle
Simon Baslé eabb846d07 Improve how the build deals with javadoc invalid references
This commit improves how the build deals with javadoc invalid references
in two ways.

Link/see references that are temporarily invalid during javadoc
generation of individual modules are better masked by using the option
`Xdoclint:syntax` instead of `Xdoclint:none` (warnings were still
visible in some cases, e.g. when individually building the javadoc for
a specific module).

Global javadoc-building task `api` now combines `syntax` and `reference`
`Xdoclint` groups, allowing to raise truly invalid references even when
all the modules have been aggregated.

This commit also fixes the 20+ errors which appeared following the later
change in doclet configuration.

Closes gh-30428
2023-05-16 15:04:10 +02:00
..
wrapper Upgrade to Gradle 8.1.1 2023-04-25 19:51:54 +02:00
docs-dokka.gradle Fix javax.servlet doc to jakarta.servlet (#27692) 2021-11-17 11:29:54 +01:00
ide.gradle Ensure Kotlin JMH folder is imported as test folder in Eclipse 2022-09-26 14:21:49 +02:00
publications.gradle Remove artifactory plugin from build 2020-04-28 14:34:40 +02:00
spring-module.gradle Improve how the build deals with javadoc invalid references 2023-05-16 15:04:10 +02:00
toolchains.gradle Allow JDK 20 builds to pass by using legacy locale data 2023-03-24 16:08:38 +01:00