mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
explicitly set -source 1.6 -target 1.6
This commit is contained in:
parent
fa038eac67
commit
765b61a80b
@ -33,3 +33,5 @@ seq(javadocSettings: _*)
|
||||
JavadocKeys.javadocOptions += "-exclude com.typesafe.config.impl"
|
||||
|
||||
doc in Compile <<= JavadocKeys.javadoc
|
||||
|
||||
javacOptions in Compile ++= Seq("-source", "1.6", "-target", "1.6")
|
||||
|
Loading…
Reference in New Issue
Block a user