diff --git a/build.sbt b/build.sbt index a35871f51..d4b7bac6a 100644 --- a/build.sbt +++ b/build.sbt @@ -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(