Преглед изворни кода

Remove duplicate eruby option in asciidoctor task

Johnny Lim пре 7 година
родитељ
комит
9e22190198
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      docs/guides/spring-security-docs-guides.gradle

+ 1 - 2
docs/guides/spring-security-docs-guides.gradle

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