mirror of https://github.com/sbt/sbt.git
Remove unnecessary java option in scripted tests
This commit is contained in:
parent
3a2b253643
commit
ed134dda7a
|
|
@ -185,7 +185,6 @@ object CoursierSettings {
|
|||
Seq(
|
||||
scriptedLaunchOpts ++= Seq(
|
||||
"-Xmx1024M",
|
||||
"-XX:MaxPermSize=256M",
|
||||
"-Dplugin.version=" + version.value,
|
||||
"-Dsbttest.base=" + (sourceDirectory.value / "sbt-test").getAbsolutePath
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in New Issue