Skip to content

Commit 66ff83f

Browse files
author
Justin Ryan
committed
Using a better github location
1 parent 1cbb4d6 commit 66ff83f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle/buildscript.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
// Executed in context of buildscript
22
repositories {
3+
// Repo in addition to maven central
34
maven {
45
name 'build-repo'
5-
url 'https://github.com/Netflix-Skunkworks/build-repo/raw/master/releases/'
6+
url 'https://raw.github.com/Netflix-Skunkworks/build-repo/master/releases/' // gradle-release/gradle-release/1.0-SNAPSHOT/gradle-release-1.0-SNAPSHOT.jar
67
}
78
}
89
dependencies {

0 commit comments

Comments
 (0)