Remove duplicate eruby option in asciidoctor task

This commit is contained in:
Johnny Lim 2017-11-15 09:03:51 +09:00 committed by Rob Winch
parent b6895e6359
commit 9e22190198
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ apply plugin: 'org.asciidoctor.gradle.asciidoctor'
asciidoctor {
baseDir = file('src/docs/asciidoc')
options = [
eruby: 'erubis',
eruby: 'erubis',
attributes: [
copycss : '',