mirror of https://github.com/sbt/sbt.git
parent
4074cb32d3
commit
3be8efc36e
|
|
@ -243,7 +243,7 @@ object Defaults extends BuildCommon {
|
||||||
},
|
},
|
||||||
trapExit :== true,
|
trapExit :== true,
|
||||||
connectInput :== false,
|
connectInput :== false,
|
||||||
cancelable :== false,
|
cancelable :== true,
|
||||||
taskCancelStrategy := { state: State =>
|
taskCancelStrategy := { state: State =>
|
||||||
if (cancelable.value) TaskCancellationStrategy.Signal
|
if (cancelable.value) TaskCancellationStrategy.Signal
|
||||||
else TaskCancellationStrategy.Null
|
else TaskCancellationStrategy.Null
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue