mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 10:05:10 +00:00
4 lines
No EOL
107 B
Groovy
4 lines
No EOL
107 B
Groovy
/*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
rootProject.name = System.getenv('CHAINCODE_NAME') ?: 'basic' |