Greetings,
I am using the MDK file. have the JDK environment set.
Could not resolve all files for configuration ':runtimeClasspathCopy'.
> Could not find net.minecraftforge:forge:1.16.5-36.2.39_mapped_official_1.16.5.
Searched in the following locations:
- file:/C:/Users/johnn/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.16.5-36.2.39_mapped_official_1.16.5/forge-1.16.5-36.2.39_mapped_official_1.16.5.pom
- file:/C:/Users/johnn/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.16.5-36.2.39_mapped_official_1.16.5/forge-1.16.5-36.2.39_mapped_official_1.16.5.jar
Required by:
project :
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
I seem to not be able to find a fix for it. I have tried deleting the .gradle and rerunning it. I have also tried using gradlew commands.
I am using IntelliJ