mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 21:45:49 +00:00
LIAT-216 Removed broken settings from sonar-project.properties
This commit is contained in:
parent
d8b44dafbe
commit
289e26c7f9
1 changed files with 0 additions and 6 deletions
|
@ -4,12 +4,6 @@ sonar.projectName=petclinic
|
||||||
sonar.projectVersion=1.0
|
sonar.projectVersion=1.0
|
||||||
|
|
||||||
sonar.host.url=http://sonar:9000/sonar
|
sonar.host.url=http://sonar:9000/sonar
|
||||||
sonar.login=${SONAR_ACCOUNT_LOGIN}
|
|
||||||
sonar.password=${PASSWORD_JENKINS}
|
|
||||||
|
|
||||||
sonar.jdbc.url=${SONAR_DB_URL}
|
|
||||||
sonar.jdbc.username=${SONAR_DB_LOGIN}
|
|
||||||
sonar.jdbc.password=${SONAR_DB_PASSWORD}
|
|
||||||
|
|
||||||
# Comma-separated paths to directories with sources (required)
|
# Comma-separated paths to directories with sources (required)
|
||||||
sonar.sources=src
|
sonar.sources=src
|
||||||
|
|
Loading…
Reference in a new issue