When I try to run the command "gradlew setupDecompWorkspace" to build my mod, i get and error that says:
A problem occurred configuring root project 'TutorialMod'.
> Could not resolve all dependencies for configuration ':classpath'.
> Could not download ForgeGradle.jar (net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT)
> Could not get resource 'http://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/2.3-SNAPSHOT/ForgeGradle-2.3-20190910.005614-43.jar'.
> Could not GET 'http://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/2.3-SNAPSHOT/ForgeGradle-2.3-20190910.005614-43.jar'.
> 192.168.1.1:8181 failed to respond
This is my first mod, so I'm not quite sure on what went wrong. I downloaded the Forge 1.12.2 - 14.23.5.2768 MDK and did nothing to it.
Also, where should I go for more help?