diff --git a/build.gradle b/build.gradle index 55fd2ac..ab5413f 100644 --- a/build.gradle +++ b/build.gradle @@ -8,12 +8,13 @@ mainClassName = "com.jdblabs.file.treediff.TreeDiff" repositories { mavenLocal() - mavenCentral() } + mavenCentral() + 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 'commons-codec:commons-codec:1.10' + compile 'com.jdbernard:jdb-util:3.8' + compile 'commons-codec:commons-codec:1.10' compile 'com.fasterxml.jackson.core:jackson-databind:2.4.4' testCompile 'junit:junit:4.12'