Merge branch '3.0.x'

This commit is contained in:
Andy Wilkinson
2025-05-16 10:12:24 +01:00

View File

@@ -181,7 +181,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'
}
}