|
@@ -3,7 +3,6 @@ apply plugin: 'org.asciidoctor.gradle.asciidoctor'
|
|
asciidoctor {
|
|
asciidoctor {
|
|
baseDir = file('src/docs/asciidoc')
|
|
baseDir = file('src/docs/asciidoc')
|
|
options = [
|
|
options = [
|
|
- eruby: 'erubis',
|
|
|
|
eruby: 'erubis',
|
|
eruby: 'erubis',
|
|
attributes: [
|
|
attributes: [
|
|
copycss : '',
|
|
copycss : '',
|
|
@@ -43,4 +42,4 @@ def getMavenRepositoryInclude() {
|
|
} else {
|
|
} else {
|
|
return "_includes/maven-repository-milestone.asc"
|
|
return "_includes/maven-repository-milestone.asc"
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|