mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 06:07:24 +02:00
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user