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:
QQ喵 2021-09-03 15:54:36 +08:00 committed by GitHub
parent b8edd6593f
commit 42c456ffda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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