forked from Netflix/Hystrix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move gradle-release dependency to bintray
- Loading branch information
Justin Ryan
committed
Mar 22, 2013
1 parent
84339e0
commit d87b66e
Showing
1 changed file
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
} |