This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new ff3bed8cdc remove stray ref to java 8 in build (#2252)
ff3bed8cdc is described below

commit ff3bed8cdc0a6680ab4eff8279246c91dc139538
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Sep 21 13:15:08 2025 +0100

    remove stray ref to java 8 in build (#2252)
---
 project/Doc.scala | 2 --
 1 file changed, 2 deletions(-)

diff --git a/project/Doc.scala b/project/Doc.scala
index bd1f02303e..a446a58aeb 100644
--- a/project/Doc.scala
+++ b/project/Doc.scala
@@ -38,8 +38,6 @@ object Scaladoc extends AutoPlugin {
     inTask(doc)(
       Seq(
         Compile / scalacOptions ++= scaladocOptions(version.value, (ThisBuild 
/ baseDirectory).value),
-        // -release caused build failures when generating javadoc:
-        Compile / scalacOptions --= Seq("-release", "8"),
         autoAPIMappings := CliOptions.scaladocAutoAPI.get)) ++
     Seq(Compile / validateDiagrams := true) ++
     CliOptions.scaladocDiagramsEnabled.ifTrue(Compile / doc := {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to