Merge pull request #962 from djarnis73

* gh-962:
  Align bootJar example with changes to Asciidoctor's Gradle plugin

Closes gh-962
This commit is contained in:
Andy Wilkinson
2025-05-16 10:12:06 +01:00

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'
}
}