Skip to content

Getting rid of gradle deprecation warnings #1792

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

Merged

Conversation

masseyke
Copy link
Member

@masseyke masseyke commented Nov 4, 2021

Gradle has deprecated several features, and irritatingly it fails the build if you use those features without passing
the "--warning-mode=none" argument. This commit replaces those deprecated things so that you can run the build
without passing "--warning-mode=none".

@masseyke masseyke requested a review from jbaiera November 4, 2021 19:54
Copy link
Member

@jbaiera jbaiera left a comment

Choose a reason for hiding this comment

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

Nice! LGTM assuming the build is happy

@masseyke masseyke merged commit 09f15c5 into elastic:master Nov 4, 2021
@masseyke masseyke deleted the fix/getting-rid-of-gradle-warnings branch November 4, 2021 19:59
masseyke added a commit to masseyke/elasticsearch-hadoop that referenced this pull request Nov 4, 2021
Gradle has deprecated several features, and irritatingly it fails the build if you use those features
without passing the "--warning-mode=none" argument. This commit replaces those deprecated
things so that you can run the build without passing "--warning-mode=none".
masseyke added a commit that referenced this pull request Nov 4, 2021
Gradle has deprecated several features, and irritatingly it fails the build if you use those features
without passing the "--warning-mode=none" argument. This commit replaces those deprecated
things so that you can run the build without passing "--warning-mode=none".
masseyke added a commit to masseyke/elasticsearch-hadoop that referenced this pull request Nov 4, 2021
Gradle has deprecated several features, and irritatingly it fails the build if you use those features
without passing the "--warning-mode=none" argument. This commit replaces those deprecated
things so that you can run the build without passing "--warning-mode=none".
masseyke added a commit that referenced this pull request Nov 4, 2021
Gradle has deprecated several features, and irritatingly it fails the build if you use those features
without passing the "--warning-mode=none" argument. This commit replaces those deprecated
things so that you can run the build without passing "--warning-mode=none".
@masseyke masseyke added the v8.1.0 label Nov 4, 2021
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.

2 participants