Posted January 26, 201510 yr Hello, I developed my mod in a legacy version (1.7.2-10.12.0.1024) and I tried to update to the recommended version of 1.7.10 (1.7.10-10.13.2.1230), but I get this message after I have changed the version in build.gradle and after running ./gradlew setupDecompWorkspace (I am on a mac, obviously) s-iMac:CoL NathanMartin$ ./gradlew setupDecompWorkspace FAILURE: Build failed with an exception. * Where: Build file '/Users/NathanMartin/Desktop/MoarModding/CoL/build.gradle' line: 25 * What went wrong: Could not compile build file '/Users/NathanMartin/Desktop/MoarModding/CoL/build.gradle'. > startup failed: build file '/Users/NathanMartin/Desktop/MoarModding/CoL/build.gradle': 25: unexpected token: 7.10 @ line 25, column 18. version = “1.7.10-10.13.2.1230” ^ 1 error * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 7.507 secs s-iMac:CoL NathanMartin$ Not sure why this is happening, any help is welcome!
January 26, 201510 yr Use single quotes/apostrophes not double quotes. Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
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.