Update to Gradle 9, Java 17, JGit 7, and other dependencies#41
Open
sciwhiz12 wants to merge 16 commits intoneoforged:mainfrom
Open
Update to Gradle 9, Java 17, JGit 7, and other dependencies#41sciwhiz12 wants to merge 16 commits intoneoforged:mainfrom
sciwhiz12 wants to merge 16 commits intoneoforged:mainfrom
Conversation
This is compatible with Gradle 9
The task deletes its output directory when running.
This version requires Java 17 at minimum.
Matyrobbrt
requested changes
Mar 31, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR updates GradleUtils to Gradle 9.4.1, Java 17, and other dependency updates:
This also changes from the CadixDev licenser plugin to the NeoForged licenser plugin.
The main impetus of this PR, aside from Gradle 9, is to update to JGit 7. Aside from the minimum Java requirement being increased to Java 17, JGit 7 also adds support for reading1 worktrees, which would partially supersede PR #1 (at least in purpose).
Footnotes
Modifying worktrees is not yet supported, but GradleUtils does not modify the git repository anyway. ↩