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