-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to sbt 1.2.8 (adding --ignore-source-errors for javadoc) (akka…
…#26233) * Update to 1.2.8 and add --ignore-source-errors for javadoc `--ignore-source-errors` makes 'sbt -Dakka.genjavadoc.enabled=true clean unidoc' at least output something to target/javaunidoc, though AFAICS it is not complete (missing index, CSS etc) * Skip javadoc for scaladsl/GraphDSL.java As problematic javadoc seems to be generated for akka.stream.scaladsl.GraphDSL.Implicits.ReversePortsOps * Enable frames again
- Loading branch information
Showing
3 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# We need to fix javadoc generation to be able to update to 1.2.7, see https://github.com/akka/akka/issues/26100 | ||
sbt.version=1.2.6 | ||
sbt.version=1.2.8 |