Add mavenCentral() to integration tests

This commit is contained in:
Rob Winch
2015-09-02 09:42:44 -05:00
parent 48eb09fc9d
commit fe486babd3
3 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
repositories {
mavenCentral()
maven { url "http://download.java.net/maven/2/" }
}
apply from: JAVA_SCRIPT

View File

@@ -1,4 +1,5 @@
repositories {
mavenCentral()
maven { url "http://download.java.net/maven/2/" }
}
apply from: JAVA_SCRIPT

View File

@@ -1,4 +1,5 @@
repositories {
mavenCentral()
maven { url "http://download.java.net/maven/2/" }
}
apply from: JAVA_SCRIPT