mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
comment out sonar properties
This commit is contained in:
parent
b381b531e0
commit
4d6d9746b1
1 changed files with 14 additions and 13 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Required metadata
|
## Required metadata
|
||||||
sonar.projectKey=java-sonar-runner-simple
|
#sonar.projectKey=java-sonar-runner-simple
|
||||||
sonar.projectName=Simple Java project analyzed with the SonarQube Runner
|
#sonar.hostName=
|
||||||
sonar.projectVersion=1.0
|
#sonar.projectName=petclinic
|
||||||
|
#sonar.projectVersion=1.0
|
||||||
# Comma-separated paths to directories with sources (required)
|
#
|
||||||
sonar.sources=src
|
## Comma-separated paths to directories with sources (required)
|
||||||
|
#sonar.sources=src
|
||||||
# Language
|
#
|
||||||
sonar.language=java
|
## Language
|
||||||
|
#sonar.language=java
|
||||||
# Encoding of the source files
|
#
|
||||||
sonar.sourceEncoding=UTF-8
|
## Encoding of the source files
|
||||||
|
#sonar.sourceEncoding=UTF-8
|
||||||
|
|
Loading…
Reference in a new issue