This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch sdkman in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
commit ba21b3bd8a409c33c94d8bdd71a6b87f05a7ac1e Author: PJ Fanning <[email protected]> AuthorDate: Thu May 25 15:46:28 2023 +0100 add link for sdkman to build notes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50a82cbcf8..c90796d1d3 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ See https://pekko.apache.org for the documentation including the API docs. The d - Make sure you have installed a Java Development Kit (JDK) version 11 or later. - Make sure you have [sbt](https://www.scala-sbt.org/) installed and using this JDK. - Make sure you also have Java 8 installed (JDK or JRE). +- One popular tool for installing managing multiple versions of Java as well as sbt is [SDKMan](https://sdkman.io/). - [Graphviz](https://graphviz.gitlab.io/download/) is needed for the scaladoc generation build task, which is part of the release. ### Running the Build --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
