Create sonar-project.properties

This commit is contained in:
EoinGalvin 2023-03-28 11:49:53 +01:00 committed by GitHub
parent 0962ed7e8f
commit db5eb721e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
sonar-project.properties Normal file
View file

@ -0,0 +1,11 @@
# Required metadata
sonar.projectKey=org.springframework.samples:spring-petclinic
sonar.projectName=PetClinic
sonar.projectVersion=1.0
# Comma-separated paths to directories with sources (required).
# Defaults to .
sonar.sources=.
# Language
sonar.language=java
# Encoding of the source files
sonar.sourceEncoding=UTF-8