-
Notifications
You must be signed in to change notification settings - Fork 55
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
feat(compat): Bump Gradle Wrapper to v8.5 and change Java 21 min Gradle version #1455
Conversation
Thank you @JoseLion! I will look at this soon! |
Would you mind also updating the check here: Line 656 in e1cf562
|
Good catch! I didn't know there was a compatibility check there. I updated the check 👍🏼 |
...t.gradle.bs.importer/src/com/microsoft/gradle/bs/importer/GradleBuildServerBuildSupport.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I appended a commit to update the target platform because I found the old one is invalid now.
Thank you @JoseLion for your contribution! |
This PR is a follow-up of #1419 to update the Gradle Wrapper to v8.5, which supports running Gradle on Java 21. Additionally, it addresses the
TODO
comment left behind inUtils.getLowestGradleVersion(..)
method to use v8.5 as the minimum Gradle version for Java 21 (instead of v8.4).