Commit fe359bcb authored by Brian Clozel's avatar Brian Clozel

Merge branch '2.3.x'

Closes gh-24067
parents 6a2332d4 e98db484
......@@ -121,7 +121,7 @@ class AsciidoctorConventions {
private UnzipDocumentationResources createUnzipDocumentationResourcesTask(Project project) {
Configuration documentationResources = project.getConfigurations().maybeCreate("documentationResources");
documentationResources.getDependencies()
.add(project.getDependencies().create("io.spring.docresources:spring-doc-resources:0.2.3"));
.add(project.getDependencies().create("io.spring.docresources:spring-doc-resources:0.2.4"));
UnzipDocumentationResources unzipResources = project.getTasks().create("unzipDocumentationResources",
UnzipDocumentationResources.class);
unzipResources.setResources(documentationResources);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment