Configure asciidoctorPdf for index.adoc.
We only want index.adoc to be processed by asciidoctorPdf so explicitly configure only index.adoc.
This commit is contained in:
@@ -18,6 +18,13 @@ dependencies {
|
||||
|
||||
def versions = dependencyManagement.managedVersions
|
||||
|
||||
asciidoctorPdf {
|
||||
clearSources()
|
||||
sources {
|
||||
include "index.adoc"
|
||||
}
|
||||
}
|
||||
|
||||
asciidoctor {
|
||||
|
||||
def githubBaseUrl = "https://github.com/spring-projects/spring-boot-data-geode"
|
||||
|
||||
Reference in New Issue
Block a user