mirror of
https://github.com/xerial/snappy-java.git
synced 2025-04-08 19:35:08 +02:00
Use Java 1.7
This commit is contained in:
parent
6b4cb2c89d
commit
a419c0795b
@ -47,7 +47,7 @@ pomExtra := {
|
||||
|
||||
scalaVersion in ThisBuild := "2.11.8"
|
||||
|
||||
javacOptions in (Compile, compile) ++= Seq("-encoding", "UTF-8", "-Xlint:unchecked", "-Xlint:deprecation", "-source", "1.6", "-target", "1.6")
|
||||
javacOptions in (Compile, compile) ++= Seq("-encoding", "UTF-8", "-Xlint:unchecked", "-Xlint:deprecation", "-source", "1.7", "-target", "1.7")
|
||||
|
||||
javacOptions in doc := {
|
||||
val opts = Seq("-source", "1.6")
|
||||
|
Loading…
x
Reference in New Issue
Block a user