Hello there,
A buddy of mine wants me to help him out with modding, so I figured I'd get back in the game after a year or so of downtime. It's cool to see how things have progressed in my leave. Anywho, I decided to start setting up the dev environment using the pinned tutorial in the ForgeGradle subforum. When I run the function:
gradlew setupDecompWorkspace
Everything chugs along smoothly until it gets to recompForge, at which point the install fails. I'm not entirely sure whats going on, it looks like something about the files its acquiring/modifying isn't what it is expecting. Below is the gradle log file (gradle.txt) generated:
I've setup my JAVA_HOME and PATH variables accordingly:
If anyone could help me correct the issue, I'd really appreciate it. Let me know if there is any more information you require to sort things out! Oh, and this is a completely fresh install to my knowledge (I deleted all the files in the folder I unzipped things to, and deleted the .gradle file generated in my E:\Users\"me" folder.
-Jon