MinecraftForge / ForgeGradle

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

[1.2] Fix forge 1.7.10 build #845

Closed gravit0 closed 2 years ago

gravit0 commented 2 years ago

Fixed version of #843 Forge 1.7.10 cannot be built from source due to old URLs in ForgeGradle

The fix allows building Forge 1.7.10 from source

TheCurle commented 2 years ago

Sorry, we are not accepting PRs to this branch.

However, this issue can be trivially worked around in your userdev build.gradle, so this change is not necessary.

gravit0 commented 2 years ago

@TheCurle How can I do that? The ./gradlew setupForgeworks successfully But ./gradlew build downloads corrupted forge-installer file which contains Moved Permanently And the build process stops

TheCurle commented 2 years ago

This is an issue tracker, not the Gradle documentation. Wink wink.

LexManos commented 2 years ago

You are more then welcome to help in the RetroGradle project on our discord to try and update older versions to the new dynamic toolchain. Thus allowing older versions to be built with non-EOL Gradle versions. However, this does not change the fact that developing with those versions are not supported. This is purely an opportunity for people, like yourself, who claim that have to use those versions to stand up, and do it correctly. It's all about manpower. We are not going to allocate any to it because they are old unsupported versions. However we're more then willing to manage and give pointers on where the grunt work needs to be done.

(Curle, we should really standardize this message)