spring-framework/gradle
Andy Wilkinson 1ec15ba9c2 Always configure PDF backend as task will only run on cache miss
Previously, the Asciidoctor task was not cacheable and generating the
PDF documentation was very slow. To improve build times, the PDF
documentation was not generated for snapshot builds.

The upgrade to 2.4.0 of the Asciidoctor Gradle pluging means that the
Asciidoctor task is now cacheable. As such, its tasks will only run
when the documentation has changed. This should allow PDF
documentation to be published for every build without slowing things
down too much and the cost of generating the documentation will only
be incurred when there is a change to the documentation.

See gh-24216
2020-01-09 10:17:44 +01:00
..
wrapper Upgrade to Gradle 5.6.4 2019-11-03 15:04:58 +01:00
build-cache-settings.gradle Enable reading from the remote build cache for all 2019-11-29 17:58:09 +01:00
build-scan-user-data.gradle Capture maxParallelForks of Test tasks in build scans 2019-09-24 18:25:24 +02:00
docs.gradle Always configure PDF backend as task will only run on cache miss 2020-01-09 10:17:44 +01:00
ide.gradle Replace propdeps plugin with custom plugin 2019-08-13 18:19:37 +02:00
publications.gradle Fix missing project information in generated POMS 2019-09-30 10:22:44 +02:00
spring-module.gradle Polish test fixture publication skipping config 2020-01-03 14:56:13 +01:00