Skip to content

Commit

Permalink
#CSW-000: Manish : Update jvmopts
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish3323 committed Feb 9, 2022
1 parent b064075 commit 67ece56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ object Common {
javacOptions ++= Seq(
"-Xlint:unchecked"
),
javaOptions += "-Xmx2G",
Compile / doc / javacOptions ++= Seq("-Xdoclint:none"),
doc / javacOptions ++= Seq("--ignore-source-errors"),
Test / testOptions ++= reporterOptions,
Expand Down

0 comments on commit 67ece56

Please sign in to comment.