Re-arrange the asciidoctor* Gradle build task configurations.

This commit is contained in:
John Blum
2020-03-06 17:05:11 -08:00
parent 67a306e0eb
commit 405114835e

View File

@@ -18,13 +18,6 @@ dependencies {
def versions = dependencyManagement.managedVersions
asciidoctorPdf {
clearSources()
sources {
include "index.adoc"
}
}
asciidoctor {
clearSources()
sources {
@@ -69,6 +62,13 @@ asciidoctorj {
'starter-logging-resources-dir' : rootProject.projectDir.path + '/spring-geode-starter-logging/src/main/resources'
}
asciidoctorPdf {
clearSources()
sources {
include "index.adoc"
}
}
javadoc {
configure(options) {
links = [