ignore Jankson in sonarqube
This commit is contained in:
parent
e73255c8fc
commit
8115bada4f
|
@ -28,7 +28,11 @@ subprojects {
|
|||
excludeDirs += [file("run")]
|
||||
}
|
||||
}
|
||||
|
||||
if(name == 'Jankson') {
|
||||
sonarqube {
|
||||
skipProject = true
|
||||
}
|
||||
}
|
||||
repositories {
|
||||
jcenter()
|
||||
maven {
|
||||
|
|
Loading…
Reference in New Issue