parent
8323590b6c
commit
7cc8dac37d
|
@ -141,7 +141,7 @@ public class AsciidoctorConventionPlugin implements Plugin<Project> {
|
||||||
private Sync createUnzipDocumentationResourcesTask(Project project) {
|
private Sync 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.2.1.RELEASE"));
|
.add(project.getDependencies().create("io.spring.docresources:spring-doc-resources:0.2.5"));
|
||||||
Sync unzipResources = project.getTasks().create("unzipDocumentationResources",
|
Sync unzipResources = project.getTasks().create("unzipDocumentationResources",
|
||||||
Sync.class, new Action<Sync>() {
|
Sync.class, new Action<Sync>() {
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue