Tokenized Gradle Sonar properties

This commit is contained in:
BONNEVILLE Geoffroy
2018-07-23 16:51:27 +02:00
parent 68d5f91707
commit b247def5a0

View File

@@ -20,6 +20,13 @@ android {
}
}
}
sonarqube {
properties {
property 'sonar.host.url', '#{sonar.host.url}'
property 'sonar.login', '#{sonar.login}'
property 'sonar.organization', '#{sonar.organization}'
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])