Fixed release task dependencies.
This commit is contained in:
parent
ebc012ab14
commit
9e601d45ef
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ task deploy(dependsOn: ['build']) {
|
|||
}
|
||||
|
||||
|
||||
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