Skip to content

Commit

Permalink
Merge pull request #16967 from fitztrev/deprecation-flag
Browse files Browse the repository at this point in the history
tweak deprecation flag during build
  • Loading branch information
ornicar authored Feb 12, 2025
2 parents cfa2266 + 9700ca1 commit 4261c34
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 @@ -11,11 +11,11 @@ lazy val root = Project("lila", file("."))
.dependsOn(api)
.aggregate(api)
.settings(buildSettings)
.settings(scalacOptions ++= Seq("-unchecked", "-deprecation"))

organization := "org.lichess"
Compile / run / fork := true
javaOptions ++= Seq("-Xms64m", "-Xmx512m", "-Dlogger.file=conf/logger.dev.xml")
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")
ThisBuild / usePipelining := false
// shorter prod classpath
scriptClasspath := Seq("*")
Expand Down

0 comments on commit 4261c34

Please sign in to comment.