You must define the following mandatory properties for 'Unknown': sonar.projectKey

You should make sure the sonar-project.properties file is in the exact folder you’re executing the sonar-scanner from. If you really get stuck, you can just pass parameters direcctly to the sonar-scanner command (sonar-scanner -Dsonar.projectKey=develop)

1 Like