Skip to content

Commit

Permalink
Merge pull request #211 from mkurz/javadocsrc
Browse files Browse the repository at this point in the history
Set `doc / javacOptions`
  • Loading branch information
mkurz authored Oct 4, 2023
2 parents 123f9b0 + 5ada053 commit 52954b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ javacOptions ++= Seq(
"-encoding",
"UTF-8",
)
doc / javacOptions := Seq("-source", "11")

scalacOptions ++= Seq(
"-release",
Expand Down

0 comments on commit 52954b4

Please sign in to comment.