Mercurial > public > gradleplugins
diff 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 |
line wrap: on
line diff
--- a/build.gradle Mon Jan 11 16:55:32 2016 +0000 +++ b/build.gradle Wed Mar 16 23:24:26 2016 +0100 @@ -17,6 +17,9 @@ dependencies { compile localGroovy() compile gradleApi() + compile "org.asciidoctor:asciidoctorj:1.5.4" + compile 'org.apache.commons:commons-lang3:3.4' + testCompile 'junit:junit:4.10' }