Added sonar.projectKey to build.grade.
This commit is contained in:
parent
dcc21a5544
commit
b68048a2af
3 changed files with 11 additions and 9 deletions
|
@ -69,6 +69,7 @@ test {
|
|||
}
|
||||
|
||||
compileJava {
|
||||
dependsOn('incrementBuildMeta')
|
||||
options.compilerArgs << '-Xlint:unchecked' << '-Xlint:deprecation'
|
||||
}
|
||||
|
||||
|
@ -99,8 +100,10 @@ incrementBuildMeta {
|
|||
}
|
||||
}
|
||||
|
||||
compileJava {
|
||||
dependsOn('incrementBuildMeta')
|
||||
sonarqube {
|
||||
properties {
|
||||
property "sonar.projectKey", "ethauvin_mobibot"
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(SpotBugsTask) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue