1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2016-07-18 23:49:49 -08:00
parent 91c6463c2e
commit 80f732bb00

View file

@ -122,7 +122,7 @@ private class Main @Inject constructor(
} }
if (!args.update) { if (!args.update) {
log(1, if (result != 0) "BUILD FAILED: $result" else "BUILD SUCCESSFUL ($seconds seconds)") log(1, if (result != 0) "BUILD FAILED: $result" else "BUILD SUCCESSFUL (${seconds.first} seconds)")
updateKobalt.checkForNewVersion(latestVersionFuture) updateKobalt.checkForNewVersion(latestVersionFuture)
} }