Delete sonar–project.properties

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

View file

@ -1,11 +0,0 @@
# 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