mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-06 06:47:09 +02:00
Remove optimization option once
This commit is contained in:
@@ -59,7 +59,7 @@ libraryDependencies ++= Seq(
|
||||
)
|
||||
|
||||
// Compiler settings
|
||||
scalacOptions := Seq("-deprecation", "-language:postfixOps", "-opt:_")
|
||||
scalacOptions := Seq("-deprecation", "-language:postfixOps")
|
||||
javacOptions in compile ++= Seq("-target", "8", "-source", "8")
|
||||
javaOptions in Jetty += "-Dlogback.configurationFile=/logback-dev.xml"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user