We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f289b7 commit ddedbd7Copy full SHA for ddedbd7
gradle/buildscript.gradle
@@ -1,8 +1,8 @@
1
// Executed in context of buildscript
2
repositories {
3
- ivy {
4
- name = 'gradle_release'
5
- artifactPattern 'http://launchpad.net/[organization]/trunk/[revision]/+download/[artifact]-[revision].jar'
+ maven {
+ name 'build-repo'
+ url 'https://github.com/Netflix-Skunkworks/build-repo/raw/master/releases/'
6
}
7
8
dependencies {
0 commit comments