sonar-project.properties 443 B

123456789101112131415
  1. sonar.projectKey=jrouwe_JoltPhysics
  2. sonar.organization=jrouwe
  3. # This is the name and version displayed in the SonarCloud UI.
  4. sonar.projectName=Jolt Physics
  5. sonar.projectVersion=1.0
  6. # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
  7. sonar.sources=Jolt
  8. # Encoding of the source code. Default is default system encoding
  9. #sonar.sourceEncoding=UTF-8
  10. sonar.cfamily.threads=2
  11. sonar.cfamily.cache.enabled=false