Skip to content

Commit

Permalink
Correct Artifactory path
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellsundt committed Aug 7, 2015
1 parent a0539f0 commit c466601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
}

0 comments on commit c466601

Please sign in to comment.