Updated build file to include the JDB Labs maven repo.

This commit is contained in:
Jonathan Bernard 2016-12-26 23:54:06 -06:00
parent a90f10f7a0
commit 0e886c100e

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()