Re-arrange the asciidoctor* Gradle build task configurations.
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user