Skip to content

Commit

Permalink
Passing status to Artifactory builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Ryan committed Apr 12, 2013
1 parent 28c6989 commit b0585da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'release'
task "${key}"(type: GradleBuild) {
startParameter = project.gradle.startParameter.newInstance()
doFirst {
startParameter.projectProperties = [status: project.status]
startParameter.projectProperties = [status: project.status, preferredStatus: project.status]
}
startParameter.addInitScript( file('gradle/netflix-oss.gradle') )
startParameter.getExcludedTaskNames().add('check')
Expand Down

0 comments on commit b0585da

Please sign in to comment.