mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-23 05:54:41 +02:00
Try setting javacOptions scope
This commit is contained in:
parent
0a7f5b3b4f
commit
6cbc623c96
@ -20,7 +20,7 @@ developers := List(
|
||||
scalaVersion in ThisBuild := "2.12.11"
|
||||
|
||||
// For building jars for JDK7
|
||||
javacOptions ++= Seq("-source", "1.8", "-target", "1.8")
|
||||
javacOptions in ThisBuild ++= Seq("-source", "1.8", "-target", "1.8")
|
||||
javacOptions in (Compile, compile) ++= Seq("-encoding", "UTF-8", "-Xlint:unchecked", "-Xlint:deprecation")
|
||||
|
||||
javacOptions in doc := {
|
||||
|
Loading…
x
Reference in New Issue
Block a user