sprin boot 2.7.6 having issue while creating war
asciidoctor.jvm.convert 2.4.0 and spring docs 2.0.5
<code>`test {
useJUnitPlatform()
outputs.dir snippetsDir
}
</code>
<code>`test {
useJUnitPlatform()
outputs.dir snippetsDir
}
</code>
`test {
useJUnitPlatform()
outputs.dir snippetsDir
}
asciidoctor {
configurations “asciidoctorExtensions”
inputs.dir snippetsDir
dependsOn test
<code> doLast {
copy{
from ("$buildDir/asciidoc/html5")
into "$buildDir/resources/main/public/docs")
include "**/*.html"
}
war {
</code>
<code> doLast {
copy{
from ("$buildDir/asciidoc/html5")
into "$buildDir/resources/main/public/docs")
include "**/*.html"
}
war {
</code>
doLast {
copy{
from ("$buildDir/asciidoc/html5")
into "$buildDir/resources/main/public/docs")
include "**/*.html"
}
war {
enabled = true
dependsOn asciidoctor
}`
<code>War is getting created but the public docs folder is not there in the war
war should contains /public/docs/*.html
</code>
<code>War is getting created but the public docs folder is not there in the war
war should contains /public/docs/*.html
</code>
War is getting created but the public docs folder is not there in the war
war should contains /public/docs/*.html
New contributor
Test Email is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.