sbt, the interactive build tool
Go to file
Eugene Yokota 53c9b84858 add sbt.color flag
This implements a new sbt.color flag that takes always/auto/never/true/false value as a replacement of current sbt.log.format=true/false flag.

When neither flags are set, the default behavior is to enable color when the terminal supports ANSI and it detects an stdout console (as opposed to redirects).

Fixes https://github.com/sbt/sbt/issues/4284
2018-09-30 21:00:09 -04:00
internal add sbt.color flag 2018-09-30 21:00:09 -04:00
project -Xfatal-warnings 2018-09-19 22:46:38 -04:00
util-cache -Xfatal-warnings 2018-09-19 22:46:38 -04:00
util-tracking clean up compiler warnings in util-tracking 2018-07-27 11:35:26 -05:00
.gitignore Add target/ to .gitignore 2016-04-07 12:47:36 +02:00
.java-version Scala 2.12 2016-12-22 11:59:00 -05:00
.scalafmt.conf Add, configure & enable Scalafmt 2017-08-10 11:44:24 +01:00
.travis.yml openjdk11 2018-09-22 00:55:00 -04:00
CONTRIBUTING.md Adds overrides for File-based caching 2017-04-17 10:24:54 -04:00
LICENSE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
NOTICE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
README.md Adds overrides for File-based caching 2017-04-17 10:24:54 -04:00
build.sbt Fix 2.10 build 2018-09-22 00:35:20 -04:00

README.md

utility modules for sbt