mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Comment.
This commit is contained in:
parent
160cbbcfda
commit
765fe5310f
1 changed files with 11 additions and 1 deletions
|
@ -3,7 +3,17 @@ package com.beust.kobalt
|
||||||
import com.beust.kobalt.misc.log
|
import com.beust.kobalt.misc.log
|
||||||
import java.util.*
|
import java.util.*
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Make Kobalt's output awesome and unique.
|
||||||
|
*
|
||||||
|
* I spend so much time staring at build outputs I decided I might as well make them pretty.
|
||||||
|
* Note that I also experimented with colors but it's hard to come up with a color scheme that
|
||||||
|
* will work with all the various backgrounds developers use, so I decided to be conservative
|
||||||
|
* and stick to simple red/yellow for errors and warnings.
|
||||||
|
*
|
||||||
|
* @author Cedric Beust <cedric@beust.com>
|
||||||
|
* @since 10/1/2015
|
||||||
|
*/
|
||||||
class AsciiArt {
|
class AsciiArt {
|
||||||
companion object {
|
companion object {
|
||||||
private val BANNERS = arrayOf(
|
private val BANNERS = arrayOf(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue