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 fa038ea commit 765b61aCopy full SHA for 765b61a
config/build.sbt
@@ -33,3 +33,5 @@ seq(javadocSettings: _*)
33
JavadocKeys.javadocOptions += "-exclude com.typesafe.config.impl"
34
35
doc in Compile <<= JavadocKeys.javadoc
36
+
37
+javacOptions in Compile ++= Seq("-source", "1.6", "-target", "1.6")
0 commit comments