Align bootJar example with changes to Asciidoctor's Gradle plugin

Signed-off-by: Jens Teglhus Møller <jtm@mostlyharmless.dk>

See gh-962
This commit is contained in:
Jens Teglhus Møller
2025-05-12 16:24:27 +02:00
committed by Andy Wilkinson
parent c69c271108
commit af35dbd874

View File

@@ -179,7 +179,7 @@ If you are not using Spring Boot and its plugin management, declare the plugin w
----
bootJar {
dependsOn asciidoctor <1>
from ("${asciidoctor.outputDir}/html5") { <2>
from ("${asciidoctor.outputDir}") { <2>
into 'static/docs'
}
}