-
Notifications
You must be signed in to change notification settings - Fork 112
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
Use official web3j gradle plugin #9486
Conversation
Signed-off-by: Kristiyan Selveliev <[email protected]>
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9486 +/- ##
=========================================
Coverage 92.57% 92.57%
Complexity 7047 7047
=========================================
Files 915 915
Lines 29870 29870
Branches 3773 3773
=========================================
Hits 27653 27653
Misses 1446 1446
Partials 771 771 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description:
Use official web3j plugin
This pr adds
buildSrc - remove jitpack dependecy and use the official link of web3j plugin 4.12.2
updated web3j core to 4.12.2
Related issue(s):
Fixes #9485
Notes for reviewer:
Checklist