We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ea611 commit 4fed942Copy full SHA for 4fed942
entrypoint.sh
@@ -20,5 +20,5 @@ fi
20
if [[ -z "${SONARCLOUD_URL}" ]]; then
21
SONARCLOUD_URL="https://sonarcloud.io"
22
fi
23
-
+unset JAVA_HOME
24
sonar-scanner -Dsonar.projectBaseDir=${INPUT_PROJECTBASEDIR} -Dsonar.host.url=${SONARCLOUD_URL} ${INPUT_ARGS}
0 commit comments