I have tried to upgrade in both the bitcoinj-cli and bitcoinj-proxy modules, but get the following error when I do a gradle install:
> Could not publish configuration 'archives'
> A POM cannot have multiple artifacts with the same type and classifier. Already have MavenArtifact bitcoinj-proxy:zip:zip:null, trying to add MavenArtifact bitcoinj-proxy:zip:zip:null.
So it looks like there's some configuration tweaking for the maven-publish plugin required.
Commits bad7da151c1947a28055f724a5c2a7bc810c8645 and ada2cd63349dbdefcd3c95043de54d852b5b67e3 have brought the Gradle Shadow version to 4.0.4 everywhere.
I have tried to upgrade in both the
bitcoinj-cli
andbitcoinj-proxy
modules, but get the following error when I do agradle install
:So it looks like there's some configuration tweaking for the
maven-publish
plugin required.