mirror of https://github.com/sbt/sbt.git
Updated the flag to sbt.gigahorse
This commit is contained in:
parent
b480c9c65b
commit
0630b43374
|
|
@ -109,7 +109,7 @@ object UpdateOptions {
|
||||||
interProjectFirst = true,
|
interProjectFirst = true,
|
||||||
latestSnapshots = true,
|
latestSnapshots = true,
|
||||||
cachedResolution = false,
|
cachedResolution = false,
|
||||||
gigahorse = sys.props.get("sbt.gigahorse.enabled") map { _.toLowerCase == "true" } getOrElse true,
|
gigahorse = sys.props.get("sbt.gigahorse") map { _.toLowerCase == "true" } getOrElse true,
|
||||||
resolverConverter = PartialFunction.empty,
|
resolverConverter = PartialFunction.empty,
|
||||||
moduleResolvers = Map.empty
|
moduleResolvers = Map.empty
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue