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 ddedbd7 commit f170238
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle/buildscript.gradle
Original file line number Diff line number Diff line change
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'
}
9 changes: 5 additions & 4 deletions gradle/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ ext.'gradle.release.useAutomaticVersion' = "true"

release {
// http://tellurianring.com/wiki/gradle/release
failOnCommitNeeded=false
failOnPublishNeeded=false
failOnUnversionedFiles=false
failOnUpdateNeeded=false
failOnCommitNeeded=true
failOnPublishNeeded=true
failOnUnversionedFiles=true
failOnUpdateNeeded=true
requireBranch = null
}

0 comments on commit f170238

Please sign in to comment.