Upgrade to Spring Doc Resources 0.2.1.RELEASE

Closes gh-20958
This commit is contained in:
Brian Clozel 2020-04-14 14:47:42 +02:00
parent 939bb87a02
commit 7a4fa7ee3e

View File

@ -112,7 +112,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.0.RELEASE"));
.add(project.getDependencies().create("io.spring.docresources:spring-doc-resources:0.2.1.RELEASE"));
UnzipDocumentationResources unzipResources = project.getTasks().create("unzipDocumentationResources",
UnzipDocumentationResources.class);
unzipResources.setResources(documentationResources);