mirror of
https://github.com/OpenBankProject/API-Explorer.git
synced 2026-02-06 10:47:23 +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"),
|
"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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user