Nomifactory / DimensionalEdibles

Travel through dimensions with food!
https://www.curseforge.com/minecraft/mc-mods/dimensional-edibles-omnifactory-edition
GNU Lesser General Public License v3.0
3 stars 6 forks source link

[Gradle] Could not find ForgeGradle.jar #26

Closed Custom2044 closed 3 years ago

Custom2044 commented 3 years ago

I tried following the readme as a test project and got this error :

`./gradlew setupDecompWorkspace

FAILURE: Build failed with an exception.

BUILD FAILED in 0s`

Exaxxion commented 3 years ago

Jitpack has been having some weird issues recently and that's what has been causing the builds to fail like that. It's specifically failing to resolve the ForgeGradle artifacts from jitpack.io which is necessary to do pretty much anything else related to the build.

Custom2044 commented 3 years ago

Ok, thanks for the fast answer

Exaxxion commented 3 years ago

I just rebuilt my checkout from scratch (no existing local artifacts) on the first try so it seems to work at least intermittently.

Custom2044 commented 3 years ago

Still the same error, I'll try again later. What surprises me is that putting the URL into my browser starts the download just fine.

Custom2044 commented 3 years ago

Ok it finally worked, thank you.