mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 15:15:58 +00:00
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:
commit
d83ee84a44
@ -43,6 +43,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