MinecraftForge / ForgeGradle

Minecraft mod development framework used by Forge and FML for the gradle build system
GNU Lesser General Public License v2.1
514 stars 443 forks source link

[FG2.3] ForgeGradle 2.3 builds no longer working as of today #556

Closed starcraft66 closed 5 years ago

starcraft66 commented 5 years ago

As of today, one of my Minecraft mods using ForgeGradle 2.3 no longer builds, there have been no changes to build.gradle and the gradle build just fails with

* What went wrong:

A problem occurred evaluating root project 'forgehax'.

> No such version exists!

We are using gradle 4.10.0.

See the full stack trace here: https://jenkins.nhackindustries.com/blue/organizations/jenkins/ForgeHax/detail/master/8/pipeline

DaemonUmbra commented 5 years ago

This is a known issue with a version index on the Forge server, not a bug with FG.

tterrag1098 commented 5 years ago

MinecraftForge/MinecraftForge#5477

PanSzelescik commented 5 years ago

Duplicates :D

LexManos commented 5 years ago

Oh wait, this was actually reported to the correct repo. This has been fixed however, https://github.com/MinecraftForge/ForgeGradle/commit/583a8e655fc8111ec15f3efcc555c5809b39f13c

As well as the upload issues. So grab the latest with --refresh-dependencies and you should be good.

clienthax commented 5 years ago

Appoligies it hadnt pulled the latest on that one,

current one just pulled and following output for stable-5 spongeforge

LexManos commented 5 years ago

Then specify the full version of Forge. Or PR in the old functionality.

Unnoen commented 5 years ago

What do you have in your build.gradle for minecraft.version?

starcraft66 commented 5 years ago

Issue resolved on my end.