added java 8 compatibility
This commit is contained in:
@@ -22,6 +22,7 @@ scalacOptions ++= Seq(
|
|||||||
|
|
||||||
git.useGitDescribe := true
|
git.useGitDescribe := true
|
||||||
//javaOptions in Test += "-Xmx14G"
|
//javaOptions in Test += "-Xmx14G"
|
||||||
|
javacOptions in (Compile, compile) ++= Seq("-target", "8", "-source", "8")
|
||||||
//scalafmtOnCompile := true
|
//scalafmtOnCompile := true
|
||||||
libraryDependencies += "org.projectlombok" % "lombok" % "1.18.8" % Provided
|
libraryDependencies += "org.projectlombok" % "lombok" % "1.18.8" % Provided
|
||||||
libraryDependencies += "net.woggioni" % "jwo" % "1.0" % Compile
|
libraryDependencies += "net.woggioni" % "jwo" % "1.0" % Compile
|
||||||
|
Reference in New Issue
Block a user