Skip to content

Commit

Permalink
Using a better github location
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Ryan committed Nov 16, 2012
1 parent 1cbb4d6 commit 66ff83f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/buildscript.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// Executed in context of buildscript
repositories {
// Repo in addition to maven central
maven {
name 'build-repo'
url 'https://github.com/Netflix-Skunkworks/build-repo/raw/master/releases/'
url 'https://raw.github.com/Netflix-Skunkworks/build-repo/master/releases/' // gradle-release/gradle-release/1.0-SNAPSHOT/gradle-release-1.0-SNAPSHOT.jar
}
}
dependencies {
Expand Down

0 comments on commit 66ff83f

Please sign in to comment.