Skip to content

Commit 765b61a

Browse files
committed
explicitly set -source 1.6 -target 1.6
1 parent fa038ea commit 765b61a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ seq(javadocSettings: _*)
3333
JavadocKeys.javadocOptions += "-exclude com.typesafe.config.impl"
3434

3535
doc in Compile <<= JavadocKeys.javadoc
36+
37+
javacOptions in Compile ++= Seq("-source", "1.6", "-target", "1.6")

0 commit comments

Comments
 (0)