Skip to content

Commit

Permalink
improvement: Release interfaces with Java 8 compatibility
Browse files Browse the repository at this point in the history
This allows us to use the newest version of mdoc in Metals, but we can still fall back to an older version behind the interfaces.
  • Loading branch information
tgodzik committed Nov 10, 2023
1 parent d7b59fb commit 69fea55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -144,9 +144,9 @@ lazy val interfaces = project
Compile / doc / javacOptions ++= List(
"-tag",
"implNote:a:Implementation Note:"
)
),
javacOptions ++= Seq("--release", "8")
)
.settings(sharedJavaSettings)

lazy val runtime = project
.settings(
Expand Down

0 comments on commit 69fea55

Please sign in to comment.