mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Clean install folder for Java (#475)
Signed-off-by: gqqnbig <gqqnb2005@gmail.com> Co-authored-by: Matthew B White <mbwhite@users.noreply.github.com>
This commit is contained in:
parent
b8edd6593f
commit
42c456ffda
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
|
||||
CC_RUNTIME_LANGUAGE=java
|
||||
|
||||
rm -rf $CC_SRC_PATH/build/install/
|
||||
infoln "Compiling Java code..."
|
||||
pushd $CC_SRC_PATH
|
||||
./gradlew installDist
|
||||
|
|
|
|||
Loading…
Reference in a new issue