Merge branch 'main' into main

This commit is contained in:
Matthew B White 2021-09-03 09:02:13 +01:00 committed by GitHub
commit 75910c5029
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 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