Skip to content

Commit

Permalink
Merge branch '2.7.x'
Browse files Browse the repository at this point in the history
philwebb committed Feb 5, 2022
2 parents 50047e6 + 71695d2 commit a6b7ae2
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -108,7 +108,7 @@ private void createAsciidoctorExtensionsConfiguration(Project project) {
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"));
});
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
:!version-label:
:doctype: book
:idprefix:
:idseparator: -

0 comments on commit a6b7ae2

Please sign in to comment.