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:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user