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

[1.2] removing jcenter from gradle.build #277

Merged
merged 5 commits into from
Jan 13, 2022

Conversation

ps48
Copy link
Member

@ps48 ps48 commented Jan 13, 2022

Description

Build failure due to jcenter being in Reports-Scheduler. Detekt package was being used from jcenter repository. Maven Central just keeps the latest version of package as of now. Therefore, replaced jcenter with plugins.gradle to fetch the package of same version.

Issues Resolved

#276

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

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.

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
@ps48 ps48 changed the title removing jcenter from gradle.build [1.2] removing jcenter from gradle.build Jan 13, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #277 (00d40b0) into 1.2 (b37ac8e) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##                1.2     #277   +/-   ##
=========================================
  Coverage     64.54%   64.54%           
  Complexity      294      294           
=========================================
  Files            97       97           
  Lines          4045     4045           
  Branches        620      620           
=========================================
  Hits           2611     2611           
  Misses         1293     1293           
  Partials        141      141           
Flag Coverage Δ
dashboards-reports 74.86% <ø> (ø)
reports-scheduler 54.57% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b37ac8e...00d40b0. Read the comment docs.

@ps48 ps48 requested a review from joshuali925 January 13, 2022 23:44
Copy link
Member

@zhongnansu zhongnansu left a comment

Choose a reason for hiding this comment

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

I assume we need another PR to main as well?

@ps48
Copy link
Member Author

ps48 commented Jan 13, 2022

I assume we need another PR to main as well?

yes on it 💯 Also need to backport all the way upto 1.0 🔢

@ps48 ps48 merged commit 8086ce2 into opensearch-project:1.2 Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants