mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Rephrase.
This commit is contained in:
parent
75797c33c3
commit
afc2f38442
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class BuildListeners : IBuildListener, IBuildReportContributor {
|
|||
if (args.parallel) {
|
||||
val sequentialBuildTime = ((projectInfos.values.sumByDouble { it.durationMillis.toDouble() }) / 1000)
|
||||
.toInt()
|
||||
message.append(", sequential build would have been $sequentialBuildTime seconds)")
|
||||
message.append(", sequential build would have taken $sequentialBuildTime seconds)")
|
||||
} else {
|
||||
message.append(")")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue