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

Ascii art.

This commit is contained in:
Cedric Beust 2015-10-15 20:59:58 -07:00
parent 6143ada860
commit fa1e2d76ba
4 changed files with 56 additions and 53 deletions

View file

@ -55,7 +55,7 @@ private class Main @Inject constructor(
var result = 0
val latestVersionFuture = github.latestKobaltVersion
benchmark("Build", {
println(Banner.get() + Kobalt.version + "\n")
println(AsciiArt.banner + Kobalt.version + "\n")
// runTest()
result = runWithArgs(jc, args)
executors.shutdown()