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:
parent
ca794861c2
commit
a7e0a5a645
3 changed files with 11 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue