We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ed0ee commit ff684ccCopy full SHA for ff684cc
1 file changed
build.sbt
@@ -4,8 +4,6 @@ import sbt._
4
import codacy.libs._
5
import sbt._
6
7
-Universal / javaOptions ++= Seq("-Xms1g", "-Xmx2g", "-Xss512m", "-XX:+UseG1GC", "-XX:+UseStringDeduplication")
8
-
9
val assemblyCommon = Seq(
10
assembly / test := {},
11
// Without this assembly merge strategy, gives the following error:
0 commit comments