mirror of
https://github.com/OpenBankProject/API-Explorer.git
synced 2026-02-06 02:36:53 +00:00
Fix for sbt build in docker
This commit is contained in:
parent
af99a18ddf
commit
6cab6bb2c3
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user