fabric-samples/asset-transfer-basic/chaincode-java
Tatsuya Sato 199e290f5e
Fix gradle version used in asset-transfer-basic/chaincode-java image build to 7 (#961)
This patch fixes the gradle version used in asset-transfer-basic/
chaincode-java build to 7.

The reason is because the gradle version in the gradle:jdk11-alpine
image is updated from 7 to 8, which seems to cause the build to fail.

Signed-off-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>
2023-03-02 12:05:44 +00:00
..
config/checkstyle asset-transfer-basic Java CC. Adapted from fabcar. Unit tests are attached. Integration testing conducted using test network and asset-transfer-basic application-js. 2020-07-31 09:00:12 -04:00
docker Provide clear guidance for debugging Java chaincode as a service #684 (#724) 2022-04-26 15:33:14 +01:00
gradle/wrapper Provide clear guidance for debugging Java chaincode as a service #684 (#724) 2022-04-26 15:33:14 +01:00
src Fixed comment consistency problem (#844) 2022-12-14 09:18:21 +01:00
.gitattributes asset-transfer-basic Java CC. Adapted from fabcar. Unit tests are attached. Integration testing conducted using test network and asset-transfer-basic application-js. 2020-07-31 09:00:12 -04:00
.gitignore Provide clear guidance for debugging Java chaincode as a service #684 (#724) 2022-04-26 15:33:14 +01:00
build.gradle Remove JCenter as a Gradle package repository (#589) 2022-01-26 16:29:09 -05:00
Dockerfile Fix gradle version used in asset-transfer-basic/chaincode-java image build to 7 (#961) 2023-03-02 12:05:44 +00:00
gradlew Provide clear guidance for debugging Java chaincode as a service #684 (#724) 2022-04-26 15:33:14 +01:00
gradlew.bat Provide clear guidance for debugging Java chaincode as a service #684 (#724) 2022-04-26 15:33:14 +01:00
README.md Provide clear guidance for debugging Java chaincode as a service #684 (#724) 2022-04-26 15:33:14 +01:00
settings.gradle Move lint and test-network-basic tests from Azure to GHA - READY FOR MERGE (#862) 2022-11-14 13:36:55 +00:00

Basic Asset Transfer

This sample implements the basic asset transfer scenario, illustrating the use of the Java Contract SDKs to provide a smart contract as a service.

To run this chaincode contract locally on a development network, see: