opensearch-project / opensearch-build-libraries

Apache License 2.0
6 stars 25 forks source link

Add mavenCentral to the list of repositories in build.gradle #358

Closed Divyaasm closed 9 months ago

Divyaasm commented 9 months ago

Description

Fix to failing groovy tests due to missing plugin dependecies in the targeted repository.

Issues Resolved

https://github.com/opensearch-project/opensearch-build/issues/4297

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.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (16c4bf3) 87.43% compared to head (5a29389) 87.43%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #358 +/- ## ========================================= Coverage 87.43% 87.43% Complexity 29 29 ========================================= Files 81 81 Lines 207 207 Branches 11 11 ========================================= Hits 181 181 Misses 19 19 Partials 7 7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Divyaasm commented 9 months ago

Are we good to merge this @gaiksaya