build script simplification
This commit is contained in:
@@ -20,8 +20,7 @@ libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test
|
||||
libraryDependencies += "org.apache.logging.log4j" % "log4j-core" % "2.12.1" % Test
|
||||
libraryDependencies += "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.12.1" % Test
|
||||
|
||||
javacOptions ++= Seq("-source", "1.8", "-target", "1.8")
|
||||
javacOptions in (Compile, doc) := Seq("-source", "1.8")
|
||||
javacOptions in (Compile, compile) ++= Seq("-source", "1.8", "-target", "1.8")
|
||||
|
||||
enablePlugins(Delombok)
|
||||
enablePlugins(DelombokJavadoc)
|
||||
|
Reference in New Issue
Block a user