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

Rephrase.

This commit is contained in:
Cedric Beust 2016-08-03 19:17:22 -08:00
parent 75797c33c3
commit afc2f38442

View file

@ -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(")")
}