hashgraph / hedera-mirror-node

Hedera Mirror Node archives data from consensus nodes and serves it via an API
Apache License 2.0
128 stars 108 forks source link

Use official web3j gradle plugin library #9485

Closed kselveliev closed 3 hours ago

kselveliev commented 6 hours ago

Problem

Currently we are using a custom web3j gradle plugin from jitpack. The new change that we want is released in the officlal web3j repo.

Solution

Remove jitpack dependency and use officlal plugin artifact

Alternatives

No response