diff --git a/entrypoint.sh b/entrypoint.sh index 7fa41cb..3f4db4e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -20,5 +20,5 @@ fi if [[ -z "${SONARCLOUD_URL}" ]]; then SONARCLOUD_URL="https://sonarcloud.io" fi - +unset JAVA_HOME sonar-scanner -Dsonar.projectBaseDir=${INPUT_PROJECTBASEDIR} -Dsonar.host.url=${SONARCLOUD_URL} ${INPUT_ARGS}