This is not so much an issue with the mod, but me asking if there's any way to get an alternate download for the 1.16 fork.
Red6785 opened this issue ยท 14 comments
Exactly what the title says, whenever I try to build it manually with .\gradlew build in powershell it doesn't work. If anybody else could help, it would be much appreciated. If I should move this elsewhere, please let me know.
Otherwise, it says 0% EXECUTING
:compileJava > Resolve dependencies of :compileClasspath
that 0% executing is normal and isn't any sort of error, it just means its loading
how long should it stay like that for? I left it for 10 minutes and it didn't change once, the time just kept ticking up
depends on how good your internet is - it's probably downloading all the gradle dependencies
my internet is pretty good, but ill start it up again and go binge watch something, at what point should i come back and ask?
Are you sure to have executed .\gradlew genEclipseRuns and .\gradlew eclipse (to be able to download the libraries 1.16
Task :compileJava FAILED
FAILURE: Build failed with an exception.
- What went wrong:
Could not resolve all files for configuration ':compileClasspath'.
Could not find net.minecraftforge:forge:1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5.
Searched in the following locations:
- https://edge.forgecdn.net/net/minecraftforge/forge/1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5/forge-1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5.jar
- https://maven.minecraftforge.net/net/minecraftforge/forge/1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5/forge-1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5.pom
- https://maven.minecraftforge.net/net/minecraftforge/forge/1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5/forge-1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5.jar
- file:/C:/Users/rayan/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5/forge-1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5.pom
- file:/C:/Users/rayan/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5/forge-1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5.jar
- https://libraries.minecraft.net/net/minecraftforge/forge/1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5/forge-1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5.jar
- https://repo.maven.apache.org/maven2/net/minecraftforge/forge/1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5/forge-1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5.pom
- https://repo.maven.apache.org/maven2/net/minecraftforge/forge/1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5/forge-1.16.5-36.1.23_mapped_snapshot_20210309-1.16.5.jar
Required by:
project :
It is trying to get the dependencies and can't retrieve them from online or local, have you tested the links it is attempting? Could also try using the source in my fork, I know for sure that builds as it is.
Ultimately, if you plan on pursuing mod dev/build related activities I would highly recommend using IntelliJ Idea, it makes the whole process a LOT easier.