-
Notifications
You must be signed in to change notification settings - Fork 108
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
For some reason this now opens on Java 11 in IntelliJ #41
Comments
The isse is, that @TheElan found some elements in ForgeGradle, that cannot use the pipeline from Gradle 6 (Gradle will provide jdk as specified). So we had to roll back to the exception it now throws with java not equals to Java 8. Gonna bring that feature back as soon as ForgeGradle agrees with it! |
lines I've removed have nothing to do with java 11, they were just incompatible I think we can solve it with idea plugin like: https://stackoverflow.com/questions/49679931/how-can-i-use-the-gradle-idea-task-to-set-intellijs-default-settings However according to the comment:
But it might've been resolved by now. |
There are also an eclipse version of it: https://docs.gradle.org/6.9.1/userguide/eclipse_plugin.html and here are official idea plugin docs: https://docs.gradle.org/6.9.1/userguide/idea_plugin.html |
I’ll take a look. It would be nice it we can make it open correctly by default even if we have to modify setupDecomp or add a .idea file |
I thought the build.gradle was supposed to inform IntelliJ what to use, but it's defaulting to 11 and I can't make it go back.
Command line ./gradew works fine - as do other GTNH mods.
The text was updated successfully, but these errors were encountered: