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:
Rob Winch
2020-03-04 08:27:46 -06:00
committed by John Blum
parent 9a7a9b7dad
commit 3915c3dcc0

View File

@@ -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"