Release description fix.

This commit is contained in:
Erik C. Thauvin 2018-06-25 17:29:37 -07:00
parent b709c9e5f7
commit d7f55283d3

View file

@ -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 {