* 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
2 lines
131 B
Properties
2 lines
131 B
Properties
# 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.8
|