Skip to content

Commit af35dbd

Browse files
djarnis73wilkinsona
authored andcommitted
Align bootJar example with changes to Asciidoctor's Gradle plugin
Signed-off-by: Jens Teglhus Møller <jtm@mostlyharmless.dk> See gh-962
1 parent c69c271 commit af35dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/asciidoc/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ If you are not using Spring Boot and its plugin management, declare the plugin w
179179
----
180180
bootJar {
181181
dependsOn asciidoctor <1>
182-
from ("${asciidoctor.outputDir}/html5") { <2>
182+
from ("${asciidoctor.outputDir}") { <2>
183183
into 'static/docs'
184184
}
185185
}

0 commit comments

Comments
 (0)