diff --git a/build.gradle b/build.gradle index 7fd81f56be7..74088f1540b 100644 --- a/build.gradle +++ b/build.gradle @@ -12,10 +12,10 @@ allprojects { repositories { jcenter() maven { - url 'http://cwe.cs.washington.edu:8082/artifactory/libs-release' + url 'http://cwe.cs.washington.edu:8082/artifactory/libs-release-local' } maven { - url 'http://cwe.cs.washington.edu:8082/artifactory/libs-snapshot' + url 'http://cwe.cs.washington.edu:8082/artifactory/libs-snapshot-local' } } }