-
Notifications
You must be signed in to change notification settings - Fork 63
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
Upgrade to Gradle 7 #107
Comments
Added this issue to 1.3.0 campaigns, opensearch-project/opensearch-build#889 |
Getting a failure related to GlobalBuildInfoPlugin with Java 14 for k-NN upgrade PR:
Anyone else run into this? |
@jmazanec15 yes, the plugin uses OpenSearch 1.3.0-SNAPSHOT which is not yet on Gradle 7, the PR opensearch-project/OpenSearch#1622 is not merged yet :( |
Here are instructions for updating a project to Gradle 7:
Configuration snippet for reference:
|
@dblock could you please add |
@dlvenable says Data Prepper cannot update to Gradle 7 until after OpenSearch 2.0 releases. Retaining Gradle 6 in Data Prepper does not block OpenSearch 2.0 or cause any sort of incompatibility between Data Prepper and OpenSearch. I am going to close this for 2.0.0. |
Is your feature request related to a problem?
The OpenSearch Plugins are still built using Gradle 6.6.x whereas the Gradle release train has moved to 7.x already. The OpenSearch core is about to be switched to Gradle 7.3 (see please opensearch-project/OpenSearch#1609), it would make sense to switch all plugins to Gradle 7.3 as well.
What solution would you like?
Update Gradle to 7.3
What alternatives have you considered?
N/A
Do you have any additional context?
See please opensearch-project/OpenSearch#1246
The text was updated successfully, but these errors were encountered: