Skip to content

Commit ddedbd7

Browse files
author
Justin Ryan
committed
Pointing to a repo in our control
1 parent 8f289b7 commit ddedbd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/buildscript.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Executed in context of buildscript
22
repositories {
3-
ivy {
4-
name = 'gradle_release'
5-
artifactPattern 'http://launchpad.net/[organization]/trunk/[revision]/+download/[artifact]-[revision].jar'
3+
maven {
4+
name 'build-repo'
5+
url 'https://github.com/Netflix-Skunkworks/build-repo/raw/master/releases/'
66
}
77
}
88
dependencies {

0 commit comments

Comments
 (0)