Skip to content

Commit

Permalink
Used sonar.login and sonar.password
Browse files Browse the repository at this point in the history
  • Loading branch information
trajano committed Apr 7, 2015
1 parent 0f616bd commit 583bc2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ android {
sonarRunner {
sonarProperties {
property "sonar.host.url", SONAR_HOST_URL
property "sonar.host.username", SONAR_HOST_USERNAME
property "sonar.host.password", SONAR_HOST_PASSWORD
property "sonar.login", SONAR_HOST_USERNAME
property "sonar.password", SONAR_HOST_PASSWORD
property "sonar.jdbc.url", SONAR_JDBC_URL
property "sonar.jdbc.driverClassName", SONAR_JDBC_DRIVERCLASSNAME
property "sonar.jdbc.username", SONAR_JDBC_USERNAME
Expand Down

0 comments on commit 583bc2b

Please sign in to comment.