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 {
|
||||
baseDir = file('src/docs/asciidoc')
|
||||
options = [
|
||||
eruby: 'erubis',
|
||||
eruby: 'erubis',
|
||||
attributes: [
|
||||
copycss : '',
|
||||
|
|
Loading…
Reference in New Issue