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

Use injection for isDev.

This commit is contained in:
Cedric Beust 2017-04-01 06:22:17 -07:00
parent a749dbf9b6
commit b3ce6db1da
2 changed files with 3 additions and 5 deletions

View file

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