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") {
|
||||
description = "Publishes version ${project.version} to local repository."
|
||||
group = PublishingPlugin.PUBLISH_TASK_GROUP
|
||||
dependsOn("wrapper", "deploy", "gitTag", "publishToMavelLocal")
|
||||
dependsOn("wrapper", "deploy", "gitTag", "publishToMavenLocal")
|
||||
}
|
||||
|
||||
"sonarqube" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue