Skip to content

Commit

Permalink
Adjusted task dependencies for release task
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrullmann committed Aug 6, 2015
1 parent 58b9269 commit 8273e4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ bintray {
}


task release(dependsOn: ['build', 'install', 'bintrayUpload']) << {
task release(dependsOn: ['bintrayUpload']) {
group = 'publishing'
} << {
println "Releasing $version"
}
}

0 comments on commit 8273e4c

Please sign in to comment.