This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new b2dd0a7508 chore: Add how to use Intellij IDEA on README.md (#1849)
b2dd0a7508 is described below
commit b2dd0a75088afb69706192dc4e2f95b94b9bcbbe
Author: Kim Seon Woo <[email protected]>
AuthorDate: Fri May 16 16:09:14 2025 +0900
chore: Add how to use Intellij IDEA on README.md (#1849)
---
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index 5158c3d532..b9b8cd2359 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,14 @@ See https://pekko.apache.org for the documentation including
the API docs. The d
The CI build is Linux based (Ubuntu) and most Pekko developers use Macs or
Linux machines. There have been reports of issues when building with Windows
([#829](https://github.com/apache/pekko/issues/829)).
+## Using IntelliJ IDEA
+
+To use IntelliJ IDEA, you need to configure your project to use JDK 8. For a
visual guide, refer to this
[Q&A](https://github.com/apache/pekko/discussions/1847#discussioncomment-13166066).
+
+- File > Project Structure > Project Settings > Project > Set your JDK to
version 8
+- Settings > ... > Scala Compiler Server > Set your JDK to version 8
+- Settings > ... > sbt > Set your JRE to version 8
+
### Prerequisites
- 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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]