-
Notifications
You must be signed in to change notification settings - Fork 460
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 palantirJavaFormat for Java 21 #1822
Conversation
Looks like issues around gradle variants.
We had similar issues in #1808 |
FYI, |
Unfortunately, it's still the same error with the new Gradle - no idea how to fix this dependency issue. |
Anyone know why this PR isn't running CI? It's doing |
|
@slachiewicz Seems I've fixed the dependency resolving issue, you can ref Goooler#12. And if you wanna run CI on Java 21, still need to fix GJF tests. You may just add |
FYI with gradle 8.5 being released today this became more urgent as it blocks users from running gradle on java 21 I could confirm that manually setting the version works for me though (as also shown in this comment: palantir/palantir-java-format#943 (comment)) |
I was planning to fix Java 21 compatibility issues for Gradle, we can probably fix Maven first. |
@Goooler Is it possible to submit your changes as a separate PR if it's passing CI since this one doesn't seem to see any updates? |
It's in #1920. |
|
Published in |
Based on @basil user report and fix #1774