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
commit d83ee84a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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