Upgrade to spring-doc-resources 0.2.0.RELEASE
This commit is contained in:
parent
6b9f2cac17
commit
9e67868694
|
|
@ -112,7 +112,7 @@ class AsciidoctorConventions {
|
||||||
private UnzipDocumentationResources createUnzipDocumentationResourcesTask(Project project) {
|
private UnzipDocumentationResources createUnzipDocumentationResourcesTask(Project project) {
|
||||||
Configuration documentationResources = project.getConfigurations().maybeCreate("documentationResources");
|
Configuration documentationResources = project.getConfigurations().maybeCreate("documentationResources");
|
||||||
documentationResources.getDependencies()
|
documentationResources.getDependencies()
|
||||||
.add(project.getDependencies().create("io.spring.docresources:spring-doc-resources:0.1.3.RELEASE"));
|
.add(project.getDependencies().create("io.spring.docresources:spring-doc-resources:0.2.0.RELEASE"));
|
||||||
UnzipDocumentationResources unzipResources = project.getTasks().create("unzipDocumentationResources",
|
UnzipDocumentationResources unzipResources = project.getTasks().create("unzipDocumentationResources",
|
||||||
UnzipDocumentationResources.class);
|
UnzipDocumentationResources.class);
|
||||||
unzipResources.setResources(documentationResources);
|
unzipResources.setResources(documentationResources);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue