Fix for sbt build in docker

This commit is contained in:
Petar Bozin 2016-07-18 11:38:14 +02:00
parent af99a18ddf
commit 6cab6bb2c3

View File

@ -85,7 +85,7 @@ object LiftProjectBuild extends Build {
"Scala-Tools Dependencies Repository for Snapshots" at "http://scala-tools.org/repo-snapshots"), "Scala-Tools Dependencies Repository for Snapshots" at "http://scala-tools.org/repo-snapshots"),
// compile options // 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"), javacOptions ++= Seq("-Xlint:unchecked", "-Xlint:deprecation"),
// show full stack traces // show full stack traces