Posted February 19, 20169 yr Hello, I have recently tried updating my mod to 1.8.9 and tried to run gradle setupDecompWorkspace, however everytime, I see the same error: http://pastebin.com/2YhcyThE This is my build.gradle: http://pastebin.com/1eXsJCuE If the build.gradle is outdated, please could you let me know how to fix it? Thanks
February 19, 20169 yr Author Definitely strange, probably something went wrong somewhere in the decompile step. Run gradlew cleanCache (this will require you to run setupDecompWorkspace in any workspace on your computer again) and then try again. I have tried that, but I am still getting the same error
February 21, 20169 yr Author Is there any specific Gradle and ForgeGradle that works best with 1.8.9?
February 21, 20169 yr Is there any specific Gradle and ForgeGradle that works best with 1.8.9? I'm using 'net.minecraftforge.gradle:ForgeGradle:2.1-SNAPSHOT' - perhaps worth trying. just you wait!
February 21, 20169 yr Author Is there any specific Gradle and ForgeGradle that works best with 1.8.9? I'm using 'net.minecraftforge.gradle:ForgeGradle:2.1-SNAPSHOT' - perhaps worth trying. That created an error that appeared earlier on: http://pastebin.com/71f7carV
February 21, 20169 yr Author Give gradle more RAM (at least 2 gigs). Google will tell you how. Thanks, the build is finally successful
February 21, 20169 yr Author Now I am getting another error when running gradlew build. It is unable to move mcmod.info, but that is all I can see and I have no idea why In the pastebin, the top is running the command without debug, below is with debug: http://pastebin.com/UGQitK4N
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.