Changed groovy version to localGroovy(), bumped jdb-util version.
This commit is contained in:
parent
641a562563
commit
c59a700cf9
@ -3,7 +3,7 @@ apply plugin: "application"
|
|||||||
apply plugin: "maven"
|
apply plugin: "maven"
|
||||||
|
|
||||||
group = "com.jdblabs"
|
group = "com.jdblabs"
|
||||||
version = "1.4.3"
|
version = "1.4.4"
|
||||||
mainClassName = "com.jdblabs.file.treediff.TreeDiff"
|
mainClassName = "com.jdblabs.file.treediff.TreeDiff"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
@ -12,8 +12,8 @@ repositories {
|
|||||||
maven { url "http://mvn.jdb-labs.com/repo" } }
|
maven { url "http://mvn.jdb-labs.com/repo" } }
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'org.codehaus.groovy:groovy-all:2.4.3'
|
compile localGroovy()
|
||||||
compile 'com.jdbernard:jdb-util:3.8'
|
compile 'com.jdbernard:jdb-util:4.+'
|
||||||
compile 'commons-codec:commons-codec:1.10'
|
compile 'commons-codec:commons-codec:1.10'
|
||||||
compile 'com.fasterxml.jackson.core:jackson-databind:2.4.4'
|
compile 'com.fasterxml.jackson.core:jackson-databind:2.4.4'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user