-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Make entries for dependencies from server/build.gradle to gradle version catalog #16707
Conversation
…ion catalog Signed-off-by: Craig Perkins <cwperx@amazon.com>
❌ Gradle check result for 744698c: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16707 +/- ##
============================================
- Coverage 72.19% 72.06% -0.14%
+ Complexity 65274 65185 -89
============================================
Files 5318 5318
Lines 303993 303993
Branches 43990 43990
============================================
- Hits 219461 219065 -396
- Misses 66517 66982 +465
+ Partials 18015 17946 -69 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Craig Perkins <cwperx@amazon.com>
buildSrc/src/main/groovy/org/opensearch/gradle/plugin/OptionalDependenciesPlugin.groovy
Outdated
Show resolved
Hide resolved
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
…ion catalog (#16707) * Make entries for dependencies from server/build.gradle to gradle version catalog Signed-off-by: Craig Perkins <cwperx@amazon.com> * Handle NodeList Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add CHANGELOG entry Signed-off-by: Craig Perkins <cwperx@amazon.com> * Use wildcard Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add roaringbitmap Signed-off-by: Craig Perkins <cwperx@amazon.com> --------- Signed-off-by: Craig Perkins <cwperx@amazon.com> (cherry picked from commit 75a2fc3) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ion catalog (#16707) (#16791) * Make entries for dependencies from server/build.gradle to gradle version catalog * Handle NodeList * Add CHANGELOG entry * Use wildcard * Add roaringbitmap --------- (cherry picked from commit 75a2fc3) Signed-off-by: Craig Perkins <cwperx@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
This PR starts to expand on the gradle version catalog by defining the
[libraries]
and[bundles]
section of the version library. This starts to enable dependabot to make automated upgrades of these dependencies and makes managing bundles easier than managing bundles in individual build.gradle files.Related Issues
Follow-up to #16284
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.