Release description fix.
This commit is contained in:
parent
b709c9e5f7
commit
d7f55283d3
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ tasks {
|
||||||
}
|
}
|
||||||
|
|
||||||
"release" {
|
"release" {
|
||||||
description = "Release version ${project.version} to Bintray."
|
description = "Publishes version ${project.version} to Bintray."
|
||||||
group = PublishingPlugin.PUBLISH_TASK_GROUP
|
group = PublishingPlugin.PUBLISH_TASK_GROUP
|
||||||
dependsOn(bintrayUpload)
|
dependsOn(bintrayUpload)
|
||||||
doFirst {
|
doFirst {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue