This repository was archived by the owner on Feb 16, 2024. It is now read-only.
Conversation
Signed-off-by: SizableShrimp <sizableshrimp@sizableshrimp.me>
Signed-off-by: SizableShrimp <sizableshrimp@sizableshrimp.me>
**Disclaimer: We do not support ForgeGradle 2. The changes made to the buildscript are purely to allow the project to be imported into modern IDEs for research and archival purposes.** ForgeGradle 2.3 returns with 0 changes! Aside from that, you can now import the project into the latest version of IntelliJ IDEA. I tested this version in Maven Local using the latest 1.12 MDK (not to be confused with 1.12.2), and the setup works as expected from the terminal. Here's how I accomplished this: - Ported the buildscript to Gradle 9. - This includes all the changes made to our modern buildscripts. See `MinecraftForge/GradleUtils` for a good example. - Use Nokee's redistribution of Gradle 2.14's API and Test Kit. - Yes, all tests pass. - Did some funny things to ensure that the built artifacts are near identical to 2.3.7. - The only major difference is that the META-INF directory is no longer trimmed down. Here's why I did this: - Project preservation. - It might be good to reference this code in an IDE when working on Mavenizer backports. - To assert dominance.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Manually Merge Upstream FG_2.3 branch to remain up-to-date and compatible