mirror of
https://github.com/lichess-org/lila.git
synced 2026-05-26 13:51:00 +00:00
scala 3.5.0-RC1 with pipelining
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
-J-Xms2g
|
||||
-J-Xmx6g
|
||||
-J-Xmx8g
|
||||
-J-Xss2m
|
||||
-J-XX:+UseG1GC
|
||||
-J-XX:InitialCodeCacheSize=512m
|
||||
|
||||
@@ -16,6 +16,7 @@ lazy val root = Project("lila", file("."))
|
||||
organization := "org.lichess"
|
||||
Compile / run / fork := true
|
||||
javaOptions ++= Seq("-Xms64m", "-Xmx512m", "-Dlogger.file=conf/logger.dev.xml")
|
||||
ThisBuild / usePipelining := true
|
||||
// shorter prod classpath
|
||||
scriptClasspath := Seq("*")
|
||||
Compile / resourceDirectory := baseDirectory.value / "conf"
|
||||
|
||||
@@ -6,7 +6,7 @@ object BuildSettings {
|
||||
import Dependencies._
|
||||
|
||||
val lilaVersion = "4.0"
|
||||
val globalScalaVersion = "3.4.2"
|
||||
val globalScalaVersion = "3.5.0-RC1"
|
||||
|
||||
def buildSettings =
|
||||
Defaults.coreDefaultSettings ++ Seq(
|
||||
|
||||
Reference in New Issue
Block a user