1
0
Fork 0
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:
Cedric Beust 2016-01-06 16:36:49 -08:00
parent 1e958ef7dd
commit 92d281e423
3 changed files with 9 additions and 11 deletions

View file

@ -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
}