Fixed release task dependencies.

This commit is contained in:
Erik C. Thauvin 2016-07-08 06:09:27 -07:00
parent 2120576cce
commit 94a5511bd8
3 changed files with 43 additions and 3 deletions

View file

@ -209,7 +209,7 @@ task deploy(dependsOn: ['build', 'copyToDeploy']) {
mustRunAfter clean
}
task release(dependsOn: ['deploy', 'wrapper']) << {
task release(dependsOn: ['wrapper', 'clean', 'deploy']) << {
group = 'Publishing'
description = 'Releases new version.'
isRelease = true