Added release task description.
This commit is contained in:
parent
528ee76f70
commit
06fb8d5f9c
1 changed files with 2 additions and 0 deletions
|
@ -196,6 +196,8 @@ tasks {
|
||||||
}
|
}
|
||||||
|
|
||||||
"release" {
|
"release" {
|
||||||
|
description = "Release version ${project.version} to Bintray."
|
||||||
|
group = PublishingPlugin.PUBLISH_TASK_GROUP
|
||||||
dependsOn(generatePomFileForMavenJavaPublication, gitTag, "bintrayUpload", "publishToMavenLocal")
|
dependsOn(generatePomFileForMavenJavaPublication, gitTag, "bintrayUpload", "publishToMavenLocal")
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue