Remove duplicate eruby option in asciidoctor task
This commit is contained in:
parent
b6895e6359
commit
9e22190198
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue