Revert "SQSCANGHA-28 Support passing args with spaces"

This reverts commit 16be80a080.
This commit is contained in:
Csaba Feher
2024-06-13 11:47:45 +02:00
committed by csaba-feher-sonarsource
parent e56fc172a4
commit 540792c588
2 changed files with 3 additions and 5 deletions

View File

@@ -32,6 +32,5 @@ fi
unset JAVA_HOME
eval "args=(${INPUT_ARGS})"
sonar-scanner $debug_flag "-Dsonar.projectBaseDir=${INPUT_PROJECTBASEDIR}" "${args[@]}"
sonar-scanner $debug_flag -Dsonar.projectBaseDir=${INPUT_PROJECTBASEDIR} ${INPUT_ARGS}