Update to sbt 1.2.8 (adding --ignore-source-errors for javadoc) (#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
This commit is contained in:
Arnout Engelen 2019-01-28 08:04:09 +01:00 committed by Patrik Nordwall
parent ca794861c2
commit a7e0a5a645
3 changed files with 11 additions and 5 deletions

View file

@ -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