mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
- 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>
5 lines
75 B
Groovy
5 lines
75 B
Groovy
/*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
rootProject.name = 'events'
|