Clarify Javadoc now needs jdk9+
Because jdk8 does not have the option to ignore the errors in the genjavadoc-generated java code.
This commit is contained in:
parent
9d6aa8ae94
commit
3961a0ce00
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ If you'd like to check if your links and formatting look good in JavaDoc (and no
|
||||||
sbt -Dakka.genjavadoc.enabled=true javaunidoc:doc
|
sbt -Dakka.genjavadoc.enabled=true javaunidoc:doc
|
||||||
```
|
```
|
||||||
|
|
||||||
Which will generate JavaDoc style docs in `./target/javaunidoc/index.html`.
|
Which will generate JavaDoc style docs in `./target/javaunidoc/index.html`. This requires a jdk version 9 or later.
|
||||||
|
|
||||||
## External dependencies
|
## External dependencies
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue