1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -07:00

Disable release version check if --dev

This commit is contained in:
Erik C. Thauvin 2017-03-31 23:24:16 -07:00
parent 841bc6d4eb
commit 1610677a94
2 changed files with 5 additions and 1 deletions

View file

@ -93,6 +93,8 @@ private class Main @Inject constructor(
}
var result = 1
github.isDev = args.dev
val latestVersionFuture = github.latestKobaltVersion
try {