Change jdk version for javadoc generation in CONTRIBUTING.md (#30196)

This commit is contained in:
Andrei Arlou 2021-04-20 14:05:45 +03:00 committed by GitHub
parent c04f6ca5a1
commit e74f77236c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -367,7 +367,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
```
Which will generate JavaDoc style docs in `./target/javaunidoc/index.html`. This requires a jdk version 9 or later.
Which will generate JavaDoc style docs in `./target/javaunidoc/index.html`. This requires a jdk version 11 or later.
## External dependencies