This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit bd56089ee0f9068b45b6644526592b954b1d5063 Author: PJ Fanning <[email protected]> AuthorDate: Sun Oct 5 10:58:41 2025 +0100 Update README to remove Java 11 requirement Removed the requirement for Java 11 minimum from the documentation. The docs already mention Java 17 min so this Java 11 mention is actually incorrect. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 09587e1596..0ab7c67aa8 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ To use IntelliJ IDEA, you need to configure your project to use JDK 8. For a vis - `sbt publishLocal` will push the jars to your local Apache Ivy repository - `sbt publishM2` will push the jars to your local Apache Maven repository - `sbt docs/paradox` will build the docs (the ones describing the module features) - - Requires Java 11 minimum - `sbt docs/paradoxBrowse` does the same but will open the docs in your browser when complete - the `index.html` file will appear in `target/paradox/site/main/` - `sbt unidoc` will build the Javadocs for all the modules and load them to one place (may require Graphviz, see Prerequisites above) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
