Merge branch 'master' into wip-2.9.0
This commit is contained in:
commit
5b668eacd7
1 changed files with 1 additions and 3 deletions
|
|
@ -19,9 +19,7 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) {
|
|||
val scalaCompileSettings =
|
||||
Seq("-deprecation",
|
||||
"-Xmigration",
|
||||
//"-Xcheckinit", //Only use occasionally, should never be used for production jars
|
||||
"-optimise",
|
||||
"-Xwarninit",
|
||||
//"-optimise",
|
||||
"-encoding", "utf8")
|
||||
|
||||
val javaCompileSettings = Seq("-Xlint:unchecked")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue