|
@@ -141,7 +141,7 @@ public class AsciidoctorConventionPlugin implements Plugin<Project> {
|
|
|
private Sync 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.5"));
|
|
|
Sync unzipResources = project.getTasks().create("unzipDocumentationResources",
|
|
|
Sync.class, new Action<Sync>() {
|
|
|
@Override
|