Skip to content

Commit

Permalink
Using custom build of release plugin, to support building from a branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Ryan committed Sep 4, 2012
1 parent e03f71c commit 7007b88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/buildscript.gradle
Expand Up @@ -8,5 +8,5 @@ repositories {
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.0pre'
classpath 'gradle-release:gradle-release:1.0-SNAPSHOT'
}
1 change: 1 addition & 0 deletions gradle/release.gradle
Expand Up @@ -58,4 +58,5 @@ release {
failOnPublishNeeded=true
failOnUnversionedFiles=true
failOnUpdateNeeded=true
requireBranch = null
}

0 comments on commit 7007b88

Please sign in to comment.