|
|
|
@ -104,7 +104,7 @@ public class SpringAsciidoctorPlugin implements Plugin<Project> { |
|
|
|
project.getConfigurations().matching((candidate) -> "management".equals(candidate.getName())) |
|
|
|
project.getConfigurations().matching((candidate) -> "management".equals(candidate.getName())) |
|
|
|
.all(configuration::extendsFrom); |
|
|
|
.all(configuration::extendsFrom); |
|
|
|
configuration.getDependencies().add(project.getDependencies() |
|
|
|
configuration.getDependencies().add(project.getDependencies() |
|
|
|
.create("io.spring.asciidoctor.backends:spring-asciidoctor-backends:0.0.3")); |
|
|
|
.create("io.spring.asciidoctor.backends:spring-asciidoctor-backends:0.0.5")); |
|
|
|
configuration.getDependencies() |
|
|
|
configuration.getDependencies() |
|
|
|
.add(project.getDependencies().create("org.asciidoctor:asciidoctorj-pdf:1.5.3")); |
|
|
|
.add(project.getDependencies().create("org.asciidoctor:asciidoctorj-pdf:1.5.3")); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|