Posted September 6, 20196 yr Hello all, It seems that the recent commits to ForgeGradle 2.3 has broken the setupCiWorkspace task: $ ./gradlew setupCiWorkspace > Configure project : This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril. ################################################# ForgeGradle 2.3-SNAPSHOT-5ce6d6f3 https://github.com/MinecraftForge/ForgeGradle ################################################# Powered by MCP http://modcoderpack.com by: Searge, ProfMobius, R4wk, ZeuX Fesh0r, IngisKahn, bspkrs, LexManos ################################################# > Task :deobfCompileDummyTask > Task :getVersionJson Download https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.5.2768/forge-1.12.2-14.23.5.2768.pom Download https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.5.2768/forge-1.12.2-14.23.5.2768-userdev.jar > Task :extractUserdev > Task :downloadClient > Task :downloadServer > Task :splitServerJar > Task :mergeJars > Task :applyBinaryPatches FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':applyBinaryPatches'. > There is a binary discrepency between the expected input class net.minecraft.client.renderer.entity.layers.LayerHeldItem (ccc) and the actual class. Checksum on disk is da0f6687, in patch 5f7c661a. Things are probably about to go very wrong. Did you put something into the jar file? * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 41s 8 actionable tasks: 8 executed As shown in the log, the ForgeGradle revision was 5ce6d6f. The last revision I used that worked normally is 7764e3e. I was able to reproduce this problem with both Gradle 2.14 and 4.9 (Gradle wrapper was used in both cases), on OpenJDK 1.8.0_222 64-bit Server VM. The setupDecompWorkspace task works fine. I understand it if anyone suggests using that task instead, but I do hope that the setupCiWorkspace task could work as well because I prefer to use it in the CI build environment of my mod project. How can this issue be fixed? Thank you!
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.