mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 10:59:33 +00:00
Compile the small number of java source files to java 8 target
Since scala also produces class files version 52, the few java files should also be compiled into this format.
This commit is contained in:
parent
26265aeb39
commit
a5a829f3cc
@ -32,6 +32,7 @@ val sharedSettings = Seq(
|
|||||||
"-Wvalue-discard",
|
"-Wvalue-discard",
|
||||||
"-Wnumeric-widen"
|
"-Wnumeric-widen"
|
||||||
),
|
),
|
||||||
|
javacOptions ++= Seq("-target", "1.8", "-source", "1.8"),
|
||||||
LocalRootProject / toolsPackage := {
|
LocalRootProject / toolsPackage := {
|
||||||
val v = version.value
|
val v = version.value
|
||||||
val logger = streams.value.log
|
val logger = streams.value.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user