Skip to content

Commit

Permalink
Merge pull request #494 from sbt/fix-fork
Browse files Browse the repository at this point in the history
Fix javaOptions in benchmark project
  • Loading branch information
jvican authored Mar 5, 2018
2 parents 0c11133 + 3102bdd commit 6a7acaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ lazy val zincBenchmarks = (project in internalPath / "zinc-benchmarks")
),
scalaVersion := scala212,
crossScalaVersions := Seq(scala211, scala212),
javaOptions in Test += "-Xmx600M -Xms600M",
javaOptions in Test ++= List("-Xmx600M", "-Xms600M"),
)

lazy val zincIvyIntegration = (project in internalPath / "zinc-ivy-integration")
Expand Down

0 comments on commit 6a7acaa

Please sign in to comment.