Now, i am trying to translate OC into Japanese, and I finished editing, so now i want to test in Minecraft world.
I checked http://ocdoc.cil.li/tutorial:debug_1.7.10 and the first command "gradlew setupDecompWorkspace" was succeeded.
However, when I run the next command "gradlew build", it invoked error.
it is said,
could not resolve all dependencies for configuration ':provided'
could not resolve :ThaumicEnergistics:1.0.0.1-RV2
It seems to have 403 error in GET request
How can I solve this error?
Since I'm not familiar with both gradlew and Engli