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