From c59a700cf9f89172853f84575b437bb3b4a281cb Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Tue, 27 Dec 2016 01:32:44 -0600 Subject: [PATCH] Changed groovy version to localGroovy(), bumped jdb-util version. --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index ab5413f..630a097 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: "application" apply plugin: "maven" group = "com.jdblabs" -version = "1.4.3" +version = "1.4.4" mainClassName = "com.jdblabs.file.treediff.TreeDiff" repositories { @@ -12,8 +12,8 @@ repositories { maven { url "http://mvn.jdb-labs.com/repo" } } dependencies { - compile 'org.codehaus.groovy:groovy-all:2.4.3' - compile 'com.jdbernard:jdb-util:3.8' + compile localGroovy() + compile 'com.jdbernard:jdb-util:4.+' compile 'commons-codec:commons-codec:1.10' compile 'com.fasterxml.jackson.core:jackson-databind:2.4.4'