Updated build file to include the JDB Labs maven repo.
This commit is contained in:
parent
a90f10f7a0
commit
0e886c100e
@ -9,7 +9,8 @@ mainClassName = "com.jdbernard.net.GroovyDirectoryServer"
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral() }
|
||||
mavenCentral()
|
||||
maven { url "https://mvn.jdb-labs.com/repo/" } }
|
||||
|
||||
dependencies {
|
||||
compile localGroovy()
|
||||
|
Loading…
Reference in New Issue
Block a user