fabric-samples/asset-transfer-sbe/chaincode-java
Mark S. Lewis 0f877fad4d
Remove JCenter as a Gradle package repository (#589)
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-26 16:29:09 -05:00
..
config/checkstyle Smart Contract using SBE implemented in Java (#302) 2020-08-25 10:03:28 -04:00
gradle/wrapper Smart Contract using SBE implemented in Java (#302) 2020-08-25 10:03:28 -04:00
src/main/java/org/hyperledger/fabric/samples/sbe add setStateBasedEndorsementNOutOf for typescript chaincode (#330) 2020-10-12 16:07:15 +02:00
.gitattributes Smart Contract using SBE implemented in Java (#302) 2020-08-25 10:03:28 -04:00
.gitignore Smart Contract using SBE implemented in Java (#302) 2020-08-25 10:03:28 -04:00
build.gradle Remove JCenter as a Gradle package repository (#589) 2022-01-26 16:29:09 -05:00
gradlew Smart Contract using SBE implemented in Java (#302) 2020-08-25 10:03:28 -04:00
gradlew.bat Smart Contract using SBE implemented in Java (#302) 2020-08-25 10:03:28 -04:00
settings.gradle Smart Contract using SBE implemented in Java (#302) 2020-08-25 10:03:28 -04:00