From ae0403161fe36d80d92a4cec603cb536773882b8 Mon Sep 17 00:00:00 2001 From: Petar Bozin Date: Mon, 18 Jul 2016 11:23:09 +0200 Subject: [PATCH] Trying shorter max-classfile-name for docker build. 2nd try --- project/build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.scala b/project/build.scala index 1e6eab21b..0082a8394 100755 --- a/project/build.scala +++ b/project/build.scala @@ -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