mirror of https://github.com/sbt/sbt.git
parent
d84f729b39
commit
664d83ed0f
|
|
@ -89,7 +89,7 @@ final object EvaluateTaskConfig {
|
||||||
// Returns the default force garbage collection flag,
|
// Returns the default force garbage collection flag,
|
||||||
// as specified by system properties.
|
// as specified by system properties.
|
||||||
private[sbt] def defaultForceGarbageCollection: Boolean =
|
private[sbt] def defaultForceGarbageCollection: Boolean =
|
||||||
sys.props.get("sbt.task.forcegc").map(java.lang.Boolean.parseBoolean).getOrElse(true)
|
sys.props.get("sbt.task.forcegc").map(java.lang.Boolean.parseBoolean).getOrElse(false)
|
||||||
/** Pulls in the old configuration format. */
|
/** Pulls in the old configuration format. */
|
||||||
def apply(old: EvaluateConfig): EvaluateTaskConfig = {
|
def apply(old: EvaluateConfig): EvaluateTaskConfig = {
|
||||||
object AdaptedTaskConfig extends EvaluateTaskConfig {
|
object AdaptedTaskConfig extends EvaluateTaskConfig {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue