fabric-samples/asset-transfer-events/chaincode-java/settings.gradle
Mark S. Lewis 12f59398ba
Fix asset-transfer-events sample Java chaincode (#782)
- 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 12:28:52 +01:00

5 lines
75 B
Groovy

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