mirror of https://github.com/sbt/sbt.git
parent
6875a94786
commit
c1e43d1c6a
|
|
@ -38,6 +38,8 @@ object Settings {
|
|||
lazy val plugin =
|
||||
shared ++
|
||||
Seq(
|
||||
// https://github.com/sbt/sbt/issues/5049#issuecomment-528960415
|
||||
dependencyOverrides := "org.scala-sbt" % "sbt" % "1.2.8" :: Nil,
|
||||
scriptedLaunchOpts ++= Seq(
|
||||
"-Xmx1024M",
|
||||
"-Dplugin.name=" + name.value,
|
||||
|
|
|
|||
Loading…
Reference in New Issue