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:
parent
841bc6d4eb
commit
1610677a94
2 changed files with 5 additions and 1 deletions
|
@ -93,6 +93,8 @@ private class Main @Inject constructor(
|
|||
}
|
||||
|
||||
var result = 1
|
||||
|
||||
github.isDev = args.dev
|
||||
val latestVersionFuture = github.latestKobaltVersion
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue