comparison build.gradle @ 23:e2d02e8742be

usasr-1307: for render tables for properties and reportable properties with label and group names
author smith@nwoca.org
date Wed, 16 Mar 2016 23:24:26 +0100
parents 8400a7db1330
children e531fc141b17
comparison
equal deleted inserted replaced
22:b3282a66cc05 23:e2d02e8742be
15 sourceCompatibility = 1.6 15 sourceCompatibility = 1.6
16 16
17 dependencies { 17 dependencies {
18 compile localGroovy() 18 compile localGroovy()
19 compile gradleApi() 19 compile gradleApi()
20 compile "org.asciidoctor:asciidoctorj:1.5.4"
21 compile 'org.apache.commons:commons-lang3:3.4'
22
20 testCompile 'junit:junit:4.10' 23 testCompile 'junit:junit:4.10'
21 } 24 }
22 25
23 idea.project { 26 idea.project {
24 jdkName = '1.6' 27 jdkName = '1.6'