diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-09-28 22:17:02 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-09-28 22:17:02 +0200 |
commit | f332c375c5865e4266b0e831c7b6b54ae5f701c4 (patch) | |
tree | 1111627238b4a7f623359257a4d979e032b70210 /CONTRIBUTING.md | |
parent | b86997bbd7223226609728fbe7b069650527aa44 (diff) | |
download | skyhanni-f332c375c5865e4266b0e831c7b6b54ae5f701c4.tar.gz skyhanni-f332c375c5865e4266b0e831c7b6b54ae5f701c4.tar.bz2 skyhanni-f332c375c5865e4266b0e831c7b6b54ae5f701c4.zip |
downgrading was the solution for me, maybe it is for others as well
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 90fcd0250..fe6410c9d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,6 +13,7 @@ We use [IntelliJ](https://www.jetbrains.com/idea/) as an example. - Download IntelliJ from the [JetBrains Website](https://www.jetbrains.com/idea/download/). - Use the Community Edition. (Scroll down a bit.) +- When you encounter any bug with IntelliJ, please make sure to use the version `2024.1.6`, not `2024.2.x` or above. ### Cloning the project @@ -30,6 +31,7 @@ We use [IntelliJ](https://www.jetbrains.com/idea/) as an example. ### Setting up IntelliJ + Once your project is imported into IntelliJ from the previous step, all dependencies like Minecraft, NEU, and so on should be automatically downloaded. If not, you might need to link the Gradle project in the Gradle tab (little elephant) on the right. |