Skip to content
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

Update to Java 21 and gradle 8.10.1 #1568

Merged
merged 2 commits into from
Sep 13, 2024
Merged

Update to Java 21 and gradle 8.10.1 #1568

merged 2 commits into from
Sep 13, 2024

Conversation

lbergelson
Copy link
Contributor

  • Move from Java 17 -> Java 21
  • Update from gradle 8.0.2 -> 8.10.1
    • Replace some deprecated gradle code with newer styles
    • Something changed in the module resolution with this update which caused us to not be able to resolve automatic modules.
    • Introduced a new gradle plugin which fixes the problem and removed the manual module path manipulation we were doing.

* Move from Java 17 -> Java 21
* Update from gradle 8.0.2 -> 8.10.1
  * Replace some deprecated gradle code with newer styles
  * Something changed in the module resolution with this update which caused us to not be able to
    resolve automatic modules.
  * Introduced a new gradle plugin which fixes the problem and removed the manual module
    path manipulation we were doing.
@lbergelson lbergelson requested a review from jrobinso September 12, 2024 17:14
@lbergelson
Copy link
Contributor Author

I forgot to update the github actions, but now it's working.

@jrobinso jrobinso merged commit e658784 into main Sep 13, 2024
2 checks passed
@jrobinso jrobinso deleted the lb_java_21 branch September 13, 2024 17:25
@jrobinso jrobinso restored the lb_java_21 branch September 13, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants