Remove unnecessary java option in scripted tests

This commit is contained in:
Alexandre Archambault 2017-05-10 15:39:10 +02:00
parent 3a2b253643
commit ed134dda7a
1 changed files with 0 additions and 1 deletions

View File

@ -185,7 +185,6 @@ object CoursierSettings {
Seq(
scriptedLaunchOpts ++= Seq(
"-Xmx1024M",
"-XX:MaxPermSize=256M",
"-Dplugin.version=" + version.value,
"-Dsbttest.base=" + (sourceDirectory.value / "sbt-test").getAbsolutePath
),