Fixed release task.
This commit is contained in:
parent
3dd301baf2
commit
db4e5f329e
2 changed files with 8 additions and 8 deletions
|
@ -83,9 +83,9 @@ task deploy(dependsOn: ['build', 'copyToDeploy']) {
|
|||
}
|
||||
|
||||
task release(dependsOn: ['wrapper', 'clean', 'deploy']) {
|
||||
doLast {
|
||||
group = 'Publishing'
|
||||
description = 'Releases new version.'
|
||||
group = 'Publishing'
|
||||
description = 'Releases new version.'
|
||||
doFirst {
|
||||
isRelease = true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue