Compare commits

...

1 Commits
2.0 ... master

Author SHA1 Message Date
Jonathan Bernard
0e886c100e Updated build file to include the JDB Labs maven repo. 2016-12-26 23:54:06 -06:00

View File

@ -9,7 +9,8 @@ mainClassName = "com.jdbernard.net.GroovyDirectoryServer"
repositories {
mavenLocal()
mavenCentral() }
mavenCentral()
maven { url "https://mvn.jdb-labs.com/repo/" } }
dependencies {
compile localGroovy()