1
0
mirror of synced 2026-08-04 09:17:02 +00:00

SEC-2784: Update to Gradle 2.2.1

This commit is contained in:
Rob Winch
2014-12-08 13:18:45 -06:00
parent 6e204fff72
commit 87a52ffbfd
24 changed files with 48 additions and 502 deletions
+5 -1
View File
@@ -7,10 +7,14 @@ task docs {
project('manual') {
apply plugin: 'base'
apply plugin: 'asciidoctor'
apply plugin: 'org.asciidoctor.gradle.asciidoctor'
ext.expandPlaceholders = ""
asciidoctorj {
version = '1.5.2'
}
asciidoctor {
options = [
eruby: 'erubis',