mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Rename.
This commit is contained in:
parent
b5c81c4e8d
commit
868abad621
1 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ private class Main @Inject constructor(
|
|||
var result = 0
|
||||
val latestVersionFuture = github.latestKobaltVersion
|
||||
|
||||
val seconds = benchmarkSeconds {
|
||||
val timing = benchmarkSeconds {
|
||||
try {
|
||||
result = runWithArgs(jc, args, argv, pluginClassLoader)
|
||||
} catch(ex: Throwable) {
|
||||
|
@ -122,7 +122,7 @@ private class Main @Inject constructor(
|
|||
}
|
||||
|
||||
if (!args.update) {
|
||||
log(1, if (result != 0) "BUILD FAILED: $result" else "BUILD SUCCESSFUL (${seconds.first} seconds)")
|
||||
log(1, if (result != 0) "BUILD FAILED: $result" else "BUILD SUCCESSFUL (${timing.first} seconds)")
|
||||
|
||||
updateKobalt.checkForNewVersion(latestVersionFuture)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue