sonar-project.properties 387 B

123456789101112
  1. sonar.projectKey=EIPStackGroup_OpENer
  2. sonar.organization=eipstackgroup
  3. # This is the name and version displayed in the SonarCloud UI.
  4. #sonar.projectName=OpENer
  5. #sonar.projectVersion=1.0
  6. # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
  7. #sonar.sources=.
  8. # Encoding of the source code. Default is default system encoding
  9. #sonar.sourceEncoding=UTF-8