Skip to content

Commit 0298419

Browse files
committed
build against Java 1.5; package demo
1 parent 023e0dc commit 0298419

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sbt

+4
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ scalaVersion := "2.10.0"
77
libraryDependencies += "org.scalatest" % "scalatest_2.10" % "1.9.1" % "test"
88

99
parallelExecution in Test := false
10+
11+
javacOptions ++= Seq("-Xlint:unchecked", "-target", "1.5")
12+
13+
packageOptions in (Compile, packageBin) += Package.ManifestAttributes(java.util.jar.Attributes.Name.MAIN_CLASS -> "lineup.Demo")

0 commit comments

Comments
 (0)