spring-framework/gradle
Brian Clozel b3aebf9e9b Download docs resources as zip file in asciidoc build
Prior to this commit, the reference documentation build with asciidoctor
would get the common "spring-docs-resources" as a dependency and then
use it when generating the docs.

As seen in #23124, this can cause problems since we'd like to
consistently resolve our dependencies. In this case, the
"spring-doc-resources" archive is not published on maven central since
it's not officially supported by the Spring team as an open source
project.

This commit updates the reference documentation build to get this
archive as a simple download task and avoid resolving it as a
dependency.

See gh-23282
2019-08-20 23:36:59 +02:00
..
wrapper Upgrade to Gradle 5.6 2019-08-17 19:20:36 +02:00
docs.gradle Download docs resources as zip file in asciidoc build 2019-08-20 23:36:59 +02:00
ide.gradle Replace propdeps plugin with custom plugin 2019-08-13 18:19:37 +02:00
spring-module.gradle Revert "Revert "Refactor Gradle tasks in Spring Framework build"" 2019-08-20 20:26:43 +02:00