Skip to content

Commit

Permalink
Switching to bintray for dependencies (same as Maven Central)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Ryan committed Mar 22, 2013
1 parent 6f9e3a0 commit 84339e0
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 @@ -2,12 +2,12 @@
ext.githubProjectName = rootProject.name // Change if github project name is not the same as the root project's name

buildscript {
repositories { mavenCentral() }
repositories { mavenRepo url: 'http://jcenter.bintray.com' }
apply from: file('gradle/buildscript.gradle'), to: buildscript
}

allprojects {
repositories { mavenCentral() }
repositories { mavenRepo url: 'http://jcenter.bintray.com' }
}

apply from: file('gradle/convention.gradle')
Expand Down

0 comments on commit 84339e0

Please sign in to comment.