Skip to content

Commit

Permalink
Update repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldaley committed May 21, 2013
1 parent 15f2375 commit 642313e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url "http://oss.jfrog.org/artifactory/repo" }
mavenCentral()
}
dependencies {
Expand All @@ -9,7 +9,8 @@ buildscript {
}

repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
mavenLocal()
maven { url "http://oss.jfrog.org/artifactory/repo" }
mavenCentral()
maven { url "http://repo.springsource.org/repo" } // for springloaded
}
Expand Down

0 comments on commit 642313e

Please sign in to comment.