Upgrade to Spring Doc Resources 0.2.2.RELEASE

Closes gh-21057
This commit is contained in:
Brian Clozel 2020-04-28 11:41:44 +02:00
parent dac62476a0
commit 4c9c9ccd91

View File

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