devonfw / ide

Tool to automate setup and update of development environment (esp. for Java projects).
Apache License 2.0
33 stars 101 forks source link

Fix SONAR_HOME path variable for Windows #1221

Closed alfeilex closed 1 year ago

alfeilex commented 1 year ago

This PR is a quick fix for a path variable in sonar command script

https://github.com/devonfw/ide/blob/015e8fae3c6a0c474f6064c708b8a89685b45392/scripts/src/main/resources/scripts/command/sonar#L42-L45

hohwille commented 1 year ago

Thanks for your PR. IMHO the "old" value is still the official env variable: https://docs.sonarqube.org/9.7/setup-and-upgrade/configure-and-operate-a-server/operating-the-server/

I think we can still change it as we mainly use this internally but maybe it is also good to leave it as is in case sonarqube will also use this variable...