mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Formatting.
This commit is contained in:
parent
996bad980c
commit
60a61f0867
1 changed files with 2 additions and 1 deletions
|
@ -199,7 +199,7 @@ private class Main @Inject constructor(
|
||||||
// --checkVersions
|
// --checkVersions
|
||||||
checkVersions.run(allProjects)
|
checkVersions.run(allProjects)
|
||||||
} else if (args.download) {
|
} else if (args.download) {
|
||||||
// -- download
|
// --download
|
||||||
updateKobalt.downloadKobalt()
|
updateKobalt.downloadKobalt()
|
||||||
} else {
|
} else {
|
||||||
//
|
//
|
||||||
|
@ -213,6 +213,7 @@ private class Main @Inject constructor(
|
||||||
// Shutdown all plug-ins
|
// Shutdown all plug-ins
|
||||||
plugins.shutdownPlugins()
|
plugins.shutdownPlugins()
|
||||||
|
|
||||||
|
// Display timings if requested
|
||||||
if (args.profiling) {
|
if (args.profiling) {
|
||||||
log(1, "\n" + AsciiArt.horizontalSingleLine + " Timings (in seconds)")
|
log(1, "\n" + AsciiArt.horizontalSingleLine + " Timings (in seconds)")
|
||||||
runTargetResult.timings.sortedByDescending { it.durationMillis }.forEach {
|
runTargetResult.timings.sortedByDescending { it.durationMillis }.forEach {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue