File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
buildSrc/src/main/java/org/springframework/boot/build
spring-boot-project/spring-boot-docs/src/docs/asciidoc Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ private void createAsciidoctorExtensionsConfiguration(Project project) {
108108 project .getConfigurations ().matching ((candidate ) -> "dependencyManagement" .equals (candidate .getName ()))
109109 .all ((dependencyManagement ) -> configuration .extendsFrom (dependencyManagement ));
110110 configuration .getDependencies ().add (project .getDependencies ()
111- .create ("io.spring.asciidoctor.backends:spring-asciidoctor-backends:0.0.2 " ));
111+ .create ("io.spring.asciidoctor.backends:spring-asciidoctor-backends:0.0.3 " ));
112112 configuration .getDependencies ()
113113 .add (project .getDependencies ().create ("org.asciidoctor:asciidoctorj-pdf:1.5.3" ));
114114 });
Original file line number Diff line number Diff line change 1- :!version-label:
21:doctype: book
32:idprefix:
43:idseparator: -
You can’t perform that action at this time.
0 commit comments