Hi everyone, I downloaded the latest MDK available, which at the time of writing this is: "1.17.1 - 37.0.104", and trying to get it to work in a fresh Eclipse workspace. However I get this very error whenever I type any combination of arguments for the "gradlew" command in the command prompt (such as genEclipseRuns or eclipse):
* What went wrong:
Could not resolve all files for configuration ':runtimeClasspathCopy'.
> Could not find net.minecraftforge:forge:1.17.1-37.0.104_mapped_official_1.17.1.
Searched in the following locations:
- file:/C:/Users/Luca Virgilio/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.17.1-37.0.104_mapped_official_1.17.1/forge-1.17.1-37.0.104_mapped_official_1.17.1.pom
- file:/C:/Users/Luca Virgilio/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.17.1-37.0.104_mapped_official_1.17.1/forge-1.17.1-37.0.104_mapped_official_1.17.1.jar
Required by:
project :
I'm using Java 16 as required by Minecraft 1.17.1, and the JAVA_HOME and Path variables are set to the correct address.
C:\>javac -version
javac 16.0.2
I provided below the full output of a "gradlew genEclipseRuns --refresh-dependencies --stacktrace" command:
Any kind of help would be appreciated