Skip to content

Commit

Permalink
Fixed: error in javacOptions for java doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Oct 30, 2019
1 parent c674148 commit 689581d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -21,12 +21,12 @@ lazy val j8plus = (project in file("."))
, "-encoding", "UTF-8"
)
, javacOptions ++= Seq(
"-g"
, "-deprecation"
"-deprecation"
)
, javacOptions in Compile ++= Seq(
"-target", javaVersion.value
, "-Xlint:unchecked"
, "-g"
)
, resolvers ++= List(
Resolver.jcenterRepo,
Expand Down

0 comments on commit 689581d

Please sign in to comment.