Add an alias for Global called Zero

Ref sbt/sbt#3178
This commit is contained in:
Eugene Yokota 2017-05-07 23:36:09 -04:00
parent 762a0e72dd
commit e80caa20a2
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ package object sbt extends sbt.std.TaskExtra with sbt.Types with sbt.ProcessExtr
final val ThisScope = Scope.ThisScope
final val GlobalScope = Scope.GlobalScope
// Added for sbt 1.0 compatibility
final val Zero = Global
import sbt.{ Configurations => C }
final val Compile = C.Compile