mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Move zip verification to tests.
This commit is contained in:
parent
1e958ef7dd
commit
92d281e423
3 changed files with 9 additions and 11 deletions
|
@ -56,9 +56,5 @@ class Args {
|
|||
|
||||
@Parameter(names = arrayOf("--update"), description = "Update to the latest version of Kobalt")
|
||||
var update: Boolean = false
|
||||
|
||||
@Parameter(names = arrayOf("--verifyDistribution"), description = "Verify the distribution",
|
||||
hidden = true)
|
||||
var verifyDistribution: Boolean = false
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue