fabric-samples/asset-transfer-events/chaincode-java/settings.gradle
Mark S. Lewis 7db204fce4 Fix asset-transfer-events sample Java chaincode
- chaincode-java Gradle project name did not match the instructions or the chaincode name used by the sample application code.
- Added test of Java chaincode to CI pipeline.

Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
2022-07-01 11:42:50 +01:00

5 lines
75 B
Groovy

/*
* SPDX-License-Identifier: Apache-2.0
*/
rootProject.name = 'events'