Fixed typo.
This commit is contained in:
parent
196d497003
commit
5675995bbe
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ tasks {
|
||||||
register("release") {
|
register("release") {
|
||||||
description = "Publishes version ${project.version} to local repository."
|
description = "Publishes version ${project.version} to local repository."
|
||||||
group = PublishingPlugin.PUBLISH_TASK_GROUP
|
group = PublishingPlugin.PUBLISH_TASK_GROUP
|
||||||
dependsOn("wrapper", "deploy", "gitTag", "publishToMavelLocal")
|
dependsOn("wrapper", "deploy", "gitTag", "publishToMavenLocal")
|
||||||
}
|
}
|
||||||
|
|
||||||
"sonarqube" {
|
"sonarqube" {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue