Specify that we want to 1.6-compatible class files. I'm building with 1.7 these
days. w00t!
This commit is contained in:
@@ -6,7 +6,9 @@ organization := "com.samskivert"
|
|||||||
|
|
||||||
crossPaths := false
|
crossPaths := false
|
||||||
|
|
||||||
javacOptions ++= Seq("-Xlint", "-Xlint:-serial")
|
javacOptions ++= Seq(
|
||||||
|
"-Xlint", "-Xlint:-serial", "-source", "1.6", "-target", "1.6"
|
||||||
|
)
|
||||||
|
|
||||||
autoScalaLibrary := false // no scala-library dependency
|
autoScalaLibrary := false // no scala-library dependency
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user