Fixed release task dependencies.
This commit is contained in:
parent
2120576cce
commit
94a5511bd8
3 changed files with 43 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue