mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 11:35:10 +00:00
Merge branch 'main' into main
This commit is contained in:
commit
75910c5029
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ if [ "$CC_SRC_LANGUAGE" = "go" ]; then
|
||||||
elif [ "$CC_SRC_LANGUAGE" = "java" ]; then
|
elif [ "$CC_SRC_LANGUAGE" = "java" ]; then
|
||||||
CC_RUNTIME_LANGUAGE=java
|
CC_RUNTIME_LANGUAGE=java
|
||||||
|
|
||||||
|
rm -rf $CC_SRC_PATH/build/install/
|
||||||
infoln "Compiling Java code..."
|
infoln "Compiling Java code..."
|
||||||
pushd $CC_SRC_PATH
|
pushd $CC_SRC_PATH
|
||||||
./gradlew installDist
|
./gradlew installDist
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue