Merge branch '2.5.x' into 2.6.x
Closes gh-29657
This commit is contained in:
@@ -108,7 +108,7 @@ class AsciidoctorConventions {
|
||||
project.getConfigurations().matching((candidate) -> "dependencyManagement".equals(candidate.getName()))
|
||||
.all((dependencyManagement) -> configuration.extendsFrom(dependencyManagement));
|
||||
configuration.getDependencies().add(project.getDependencies()
|
||||
.create("io.spring.asciidoctor.backends:spring-asciidoctor-backends:0.0.2"));
|
||||
.create("io.spring.asciidoctor.backends:spring-asciidoctor-backends:0.0.3"));
|
||||
configuration.getDependencies()
|
||||
.add(project.getDependencies().create("org.asciidoctor:asciidoctorj-pdf:1.5.3"));
|
||||
});
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
:!version-label:
|
||||
:doctype: book
|
||||
:idprefix:
|
||||
:idseparator: -
|
||||
|
||||
Reference in New Issue
Block a user