-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove support for Java 11 #2375
Comments
…can remove this complexity if we remove support for Java 11 (see #2375)
Not sure why, but on Java 11, JGit was causing this to happen.
We don't have the problem on Java 17 or later. This hack fixes it But it would probably be good to remove it when we bump the minimum Java from 11 to 17. |
Another benefit to bumping to Java 17 is that we could use the latest JGit, which adds worktree support. |
It would also bump our required version of Gradle to 7.3, which would allow some minor simplifications here:
|
Some of our formatters can't compile on Java 11 anymore, so supporting Java 11 at all is getting harder. We'll support it a while longer, but its days are numbered...
Running checklist of todo items to make this happen (please don't send PRs for these at this time, we aren't pulling the plug on Java 11 yet)
The text was updated successfully, but these errors were encountered: