mirror of https://github.com/sbt/sbt.git
add default identity load/unload transformations
This commit is contained in:
parent
361a62655f
commit
b29380de96
|
|
@ -51,6 +51,8 @@ object Defaults extends BuildCommon
|
|||
pollInterval :== 500,
|
||||
logBuffered :== false,
|
||||
autoScalaLibrary :== true,
|
||||
onLoad :== idFun[State],
|
||||
onUnload :== idFun[State],
|
||||
definesClass :== FileValueCache(Locate.definesClass _ ).get,
|
||||
trapExit :== false,
|
||||
trapExit in run :== true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue