Create sonar–project.properties

This commit is contained in:
greenel-DCU 2021-03-22 17:17:38 +00:00 committed by GitHub
parent e2fbc56130
commit 1e548bdcad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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