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 gradle 8.5 #15707

Merged
merged 1 commit into from
Jan 2, 2024
Merged

Conversation

andsel
Copy link
Contributor

@andsel andsel commented Dec 20, 2023

Release notes

[rn:skip]

What does this PR do?

Update the Gradle wrapper to version 8.5
Updated with:

gradle wrapper --gradle-version 8.5

Why is it important/What is the impact to the user?

This is a preliminary step to move to JDK 21 which is supported starting from version 8.5 (https://docs.gradle.org/current/userguide/compatibility.html)

Checklist

  • My code follows the style guidelines of this project
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [ ] I have made corresponding change to the default configuration files (and/or docker env variables)
  • [ ] I have added tests that prove my fix is effective or that my feature works

How to test this PR locally

Just run :

./gradlew clean assemble

Related issues

@andsel andsel force-pushed the feature/switch_to_gradle_8.5 branch from c0e21a3 to b9251b6 Compare December 20, 2023 14:21
@andsel andsel marked this pull request as ready for review December 20, 2023 14:23
Copy link

Quality Gate passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No Coverage information No data about Coverage
No Duplication information No data about Duplication

See analysis details on SonarQube

@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

cc @andsel

@andsel andsel mentioned this pull request Dec 21, 2023
3 tasks
@andsel andsel requested a review from jsvd December 27, 2023 15:25
Copy link
Member

@jsvd jsvd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@andsel andsel merged commit f643e86 into elastic:main Jan 2, 2024
2 checks passed
@andsel andsel added the v8.13.0 label Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Gradle to 8.5 version
4 participants