Skip to content

Commit

Permalink
Set doc / javacOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Oct 4, 2023
1 parent 123f9b0 commit 5ada053
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 5ada053

Please sign in to comment.