Merge pull request #932 from eikek/javac-settings

Compile the small number of java source files to java 8 target
This commit is contained in:
mergify[bot]
2021-07-11 15:17:35 +00:00
committed by GitHub

View File

@ -43,6 +43,7 @@ val sharedSettings = Seq(
"-Wvalue-discard",
"-Wnumeric-widen"
),
javacOptions ++= Seq("-target", "1.8", "-source", "1.8"),
LocalRootProject / toolsPackage := {
val v = version.value
val logger = streams.value.log