MinecraftForge / ForgeGradle

Minecraft mod development framework used by Forge and FML for the gradle build system
GNU Lesser General Public License v2.1
522 stars 444 forks source link

Cannot run .\gradlew setupDecompWorkspace #654

Closed Diociae closed 4 years ago

Diociae commented 4 years ago

For some reason, I cannot run .\gradlew setupDecompWorkspace and it always fails to build. I don't know the error, obviously. It has the build.gradle file in the folder, and everything I've read online says that it should work. Step for step I followed this guide, but to no luck. At the point where it says 'Make sure it has a “BUILD SUCCESSFUL” message.' is where I fail, since mine decidedly does NOT. I ran it with --debug, so here.

PS C:\Users\malexander0013\Documents\mod> .\gradlew setupDecompWorkspace --stacktrace To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/2.14/userguide/gradle_daemon.html. This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril. ################################################# ForgeGradle 2.3-SNAPSHOT-6084129e https://github.com/MinecraftForge/ForgeGradle ################################################# Powered by MCP http://modcoderpack.com by: Searge, ProfMobius, R4wk, ZeuX Fesh0r, IngisKahn, bspkrs, LexManos ################################################# :deobfCompileDummyTask :deobfProvidedDummyTask :getVersionJson :extractUserdev UP-TO-DATE :extractDependencyATs SKIPPED :extractMcpData SKIPPED :extractMcpMappings SKIPPED :genSrgs SKIPPED :downloadClient SKIPPED :downloadServer SKIPPED :splitServerJar SKIPPED :mergeJars SKIPPED :deobfMcSRG SKIPPED :decompileMc FAILED

FAILURE: Build failed with an exception.

FinnT730 commented 4 years ago

Everything under 1.14.4 is unsupported. Update to receive support.