fabric-samples/asset-transfer-private-data/chaincode-java
Mark S. Lewis 01a0b804f8 Remove JCenter as a Gradle package repository
JCenter is deprecated, can no longer be published to, and is scheduled for removal. It is now causing build failures. Replace with Maven Central.

Also remove mavenLocal() as this is not recommended practice:

- https://docs.gradle.org/current/userguide/declaring_repositories.html#sec:case-for-maven-local

Note that Jitpack still needs to be included as a package repository for Java chaincode since it has dependencies on an old version of com.github.everit-org.json-schema:org.everit.json.schema that is only published there.

Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
2022-01-21 10:46:24 +00:00
..
config/checkstyle java chaincode for private-data sample 2020-11-25 22:17:30 -05:00
gradle/wrapper java chaincode for private-data sample 2020-11-25 22:17:30 -05:00
META-INF/statedb/couchdb/collections/assetCollection/indexes java chaincode for private-data sample 2020-11-25 22:17:30 -05:00
src Remove Short Names and Replace With Full Path in Samples 2020-12-02 23:59:42 -05:00
.gitattributes java chaincode for private-data sample 2020-11-25 22:17:30 -05:00
build.gradle Remove JCenter as a Gradle package repository 2022-01-21 10:46:24 +00:00
collections_config.json java chaincode for private-data sample 2020-11-25 22:17:30 -05:00
gradlew java chaincode for private-data sample 2020-11-25 22:17:30 -05:00
gradlew.bat java chaincode for private-data sample 2020-11-25 22:17:30 -05:00
settings.gradle java chaincode for private-data sample 2020-11-25 22:17:30 -05:00