Hi, I’m using SonarQube Developer Edition 9.9.1.69595 version.
I would like to know if the sonar-project.properties file is required for code scanning.
Currently, I am succeeding in code scanning with just commands in the terminal without the sonar-project.properties file.
Instead of a sonar-project.properties file, I’m adding options like “-D"sonar.projectKey”, “-D"sonar.sources=”, “-D"sonar.projectBaseDir='” to the command, and the scan itself appears in the dashboard as if it works.
Am I correct that the sonar-project.properties file is not required for scanning in that version?