Trying shorter max-classfile-name for docker build. 2nd try

This commit is contained in:
Petar Bozin 2016-07-18 11:23:09 +02:00
parent 99ba068013
commit ae0403161f

View File

@ -85,7 +85,7 @@ object LiftProjectBuild extends Build {
"Scala-Tools Dependencies Repository for Snapshots" at "http://scala-tools.org/repo-snapshots"),
// compile options
scalacOptions ++= Seq("-encoding", "UTF-8", "-deprecation", "-unchecked"),
scalacOptions ++= Seq("-encoding", "UTF-8", "-deprecation", "-unchecked", "-Xmax-classfile-name", "78") ,
javacOptions ++= Seq("-Xlint:unchecked", "-Xlint:deprecation"),
// show full stack traces