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 fraVlaca
parent 5a93aa752e
commit d15e09b6b0

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