Skip to content

Commit 6a503d5

Browse files
author
Dave Syer
committed
Fix loads of asciidoc errors
1 parent b85926e commit 6a503d5

File tree

6 files changed

+124
-123
lines changed

6 files changed

+124
-123
lines changed

spring-boot-docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
<plugin>
201201
<groupId>org.asciidoctor</groupId>
202202
<artifactId>asciidoctor-maven-plugin</artifactId>
203-
<version>0.1.4</version>
203+
<version>1.5.0</version>
204204
<executions>
205205
<execution>
206206
<id>generate-docbook</id>

spring-boot-docs/src/main/asciidoc/appendix-executable-jar-format.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ file and it's used to setup an appropriate `URLClassLoader` and ultimately call
140140
There are 3 launcher subclasses (`JarLauncher`, `WarLauncher` and `PropertiesLauncher`).
141141
Their purpose is to load resources (`.class` files etc.) from nested jar files or war
142142
files in directories (as opposed to explicitly on the classpath). In the case of the
143-
`[Jar|War]Launcher` the nested paths are fixed `(lib/*.jar` and `lib-provided/*.jar` for
143+
`[Jar|War]Launcher` the nested paths are fixed `(lib/\*.jar` and `lib-provided/\*.jar` for
144144
the war case) so you just add extra jars in those locations if you want more. The
145145
`PropertiesLauncher` looks in `lib/` by default, but you can add additional locations by
146146
setting an environment variable `LOADER_PATH` or `loader.path` in `application.properties`

0 commit comments

Comments
 (0)