Skip to content

Commit 3893e2a

Browse files
committed
Merge pull request #962 from djarnis73
* gh-962: Align bootJar example with changes to Asciidoctor's Gradle plugin Closes gh-962
2 parents c69c271 + af35dbd commit 3893e2a

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)