mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Updated chaincode, BYFN, and all other references to example02 to use the new name ABstore. Change-Id: I04c177f9de68eb913f4384fd643aa69631143d58 Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
7 lines
152 B
Groovy
7 lines
152 B
Groovy
/*
|
|
* Copyright IBM Corp. 2017 All Rights Reserved.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
rootProject.name = 'fabric-chaincode-example-gradle'
|
|
|