We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b05da commit d6f3184Copy full SHA for d6f3184
lib/jline.jar.desired.sha1
@@ -1 +1 @@
1
-80aedc428de3beae3608772523a8d29ffcef0e5b ?jline.jar
+d656dfd00fc89078cbd5a1084a714b856253d93b ?jline.jar
src/jline/project/build/JlineProject.scala
@@ -10,6 +10,8 @@ class JlineProject(info: ProjectInfo) extends DefaultProject(info) with Proguard
10
// val junit = "junit" % "junit" % "4.8.1" % "test"
11
// lazy val jansiPath = (managedDependencyPath / "compile" ** "jansi*").get.toList.head.absolutePath
12
13
+ override def javaCompileOptions = super.javaCompileOptions ++ javaCompileOptions("-target", "1.5")
14
+
15
override def makeInJarFilter(file: String) = {
16
if (!file.startsWith("jansi")) super.makeInJarFilter(file)
17
else List(
0 commit comments