ConsensusJ / consensusj

Bitcoin components for JVM & Android (JSON client & server support, services, DSL, CLI)
Apache License 2.0
84 stars 35 forks source link

Upgrade to Gradle Shadow plugin 2.0.x #26

Closed msgilligan closed 4 years ago

msgilligan commented 7 years ago

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.

msgilligan commented 4 years ago

Commits bad7da151c1947a28055f724a5c2a7bc810c8645 and ada2cd63349dbdefcd3c95043de54d852b5b67e3 have brought the Gradle Shadow version to 4.0.4 everywhere.