mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 16:52:13 +00:00
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 : '',
|
||||
@ -43,4 +42,4 @@ def getMavenRepositoryInclude() {
|
||||
} else {
|
||||
return "_includes/maven-repository-milestone.asc"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user