mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
Remote the “update” task.
We already have —update.
This commit is contained in:
parent
ae99bb6de5
commit
f2297fcfc3
1 changed files with 0 additions and 7 deletions
|
@ -27,11 +27,4 @@ class KobaltPlugin @Inject constructor(val checkVersions: CheckVersions, val upd
|
|||
checkVersions.run(project)
|
||||
return TaskResult()
|
||||
}
|
||||
|
||||
@Task(name = "update", description = "Update Kobalt to the latest version")
|
||||
fun taskUpdate(project: Project) : TaskResult {
|
||||
updateKobalt.updateKobalt()
|
||||
return TaskResult()
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue