mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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