mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
5013d6d771
To ensure that failures in javadoc tasks do not result in documentation silently not being generated/published, this commit sets `failOnError = true` for all javadoc tasks. See gh-27497 See gh-34774 Closes gh-34837