-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document Gradle/IntelliJ configuration issues #107
Comments
This is a strange error. Gradle 7.5.1 is compatible to Java 17 and it works fine on my machine. Also Marcus set up Intellij recently without problems. Does it work if you manually run |
Command-line gradle build works fine. Version of IntelliJ:
|
Ok, I think your IntelliJ is too old. According to this stackoverflow answer IntelliJ 2021.2.3 does not support Graddle 7.3 or newer. |
Which version of Java is IntelliJ using? BTW, I marked this as invalid because the title is wrong... |
^, iirc one needs to pick both normal JDK and Gradle JVM in intellij settings, and it's normal that messes up by using automatically detected ones |
Looks like this has been resolved. We should update the website with a mention of this. |
IntelliJ reports the following:
Found invalid Gradle JVM configuration
JDK 17.0.3 isn't compatible with Gradle 7.5.1.
Are we now requiring some other version of Java?
Attempting to build using the runLfc task gives this:
The text was updated successfully, but these errors were encountered: