Jump to content

Davoleo

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Davoleo

  1. Well, actually I'm getting the same issue on 2019.2.1 now
  2. As far as I know, you don't need to execute any command from 1.13 onwards I use intelliJ and the only gradle task I need to run is the one to generate run configurations
  3. Hi! I've found a common issue that happens after updating IntelliJ to 2019.2 if you work with an old Gradle version (e.g. Forge Modding) Issue Description: When you update the ide to 2019.2 you get this error https://github.com/gradle/gradle/issues/8431#issuecomment-516628795 because from that version IntelliJ boots up with Java 11 by default the issue is the gradle version that is shipped with forge 1.12.2 is incompatible with java 11 and so you get that error To fix this I've changed the Java version the IDE boots up with from 11 to 8 this way --> https://github.com/gradle/gradle/issues/8431#issuecomment-51668498 I spent a lot of time on this to try to make it work fine so I would propose to add it to this topic so that other modders are warned of this issue https://www.minecraftforge.net/forum/topic/61757-common-issues-and-recommendations/ I'm fairly new to this forum, I hope I've done this correctly
  4. I'm still having some issues with the forge gradle build, I get a fail in the 10th line I updated the gist in the previous post to have the latest log
  5. Oh ok, just seen @diesieben07 reply However I was preparing a gist link so I'll post it anyways, I'll also say that I had that issue yesterday too Gist
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.