mirror of https://github.com/sbt/sbt.git
Remove unnecessary setting
It was added mostly to make the coursier-based sbt launcher (https://github.com/coursier/sbt-launcher) work a bit better
This commit is contained in:
parent
9c274c23d6
commit
bd726d9e26
|
|
@ -3,8 +3,6 @@ import Aliases._
|
||||||
import Settings._
|
import Settings._
|
||||||
import Publish._
|
import Publish._
|
||||||
|
|
||||||
parallelExecution.in(Global) := false
|
|
||||||
|
|
||||||
lazy val core = crossProject
|
lazy val core = crossProject
|
||||||
.disablePlugins(ScriptedPlugin)
|
.disablePlugins(ScriptedPlugin)
|
||||||
.jvmConfigure(_.enablePlugins(ShadingPlugin))
|
.jvmConfigure(_.enablePlugins(ShadingPlugin))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue