Skip to content

Commit

Permalink
Move gradle-release dependency to bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Ryan committed Mar 22, 2013
1 parent 84339e0 commit d87b66e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions gradle/buildscript.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
// Executed in context of buildscript
repositories {
// Repo in addition to maven central
maven {
name 'build-repo'
url 'https://raw.github.com/Netflix-Skunkworks/build-repo/master/releases/' // gradle-release/gradle-release/1.0-SNAPSHOT/gradle-release-1.0-SNAPSHOT.jar
}
repositories { maven { url 'http://dl.bintray.com/content/netflixoss/external-gradle-plugins/' } } // For gradle-release
}
dependencies {
classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.6.0'
classpath 'com.mapvine:gradle-cobertura-plugin:0.1'
classpath 'gradle-release:gradle-release:1.0-SNAPSHOT'
classpath 'gradle-release:gradle-release:1.1'
}

0 comments on commit d87b66e

Please sign in to comment.