-
-
Couldn't load subscription status.
- Fork 90
-
| I want to try and help with the project but I can't seem to get gradle to setup properly with intelliJ IDEA. If anyone could help that would be great. If I have to move to eclipse then so be it. |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 3 comments · 13 replies
-
| Intellij should just work fine. What kind of issue do you have? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.
All reactions
-
| Try run |
Beta Was this translation helpful? Give feedback.
All reactions
-
| if you do do |
Beta Was this translation helpful? Give feedback.
All reactions
-
| And as expected, there is some kotlin issue when building. If you saw |
Beta Was this translation helpful? Give feedback.
All reactions
-
| Doesn't seem to be an error with Kotlin as far as I know. This is what I got when trying gradlew.bat runClient |
Beta Was this translation helpful? Give feedback.
All reactions
-
| so your made some change which not following java syntax |
Beta Was this translation helpful? Give feedback.
All reactions
-
| Yes that was it! I had accidentally edited a file without realizing. Thank you. I'll stick with using the CLI for now. |
Beta Was this translation helpful? Give feedback.
All reactions
-
| I got gradle to build properly without the command line. Turns out using IntelliJ IDEA 2019 is not the way to go. Using the 2021 version now and it works great. |
Beta Was this translation helpful? Give feedback.
All reactions
-
| Why are you using such an old version anyways |
Beta Was this translation helpful? Give feedback.
All reactions
-
| I didn't know they had a newer one I will go get that. |
Beta Was this translation helpful? Give feedback.
All reactions
-
| You can also use jetbrains toolbox |
Beta Was this translation helpful? Give feedback.
All reactions
-
| Oh very cool nice to know! |
Beta Was this translation helpful? Give feedback.

I got gradle to build properly without the command line. Turns out using IntelliJ IDEA 2019 is not the way to go. Using the 2021 version now and it works great.