ignore Jankson in sonarqube

This commit is contained in:
nikky 2018-07-19 16:48:47 +02:00
parent e73255c8fc
commit 8115bada4f
1 changed files with 5 additions and 1 deletions

View File

@ -28,7 +28,11 @@ subprojects {
excludeDirs += [file("run")]
}
}
if(name == 'Jankson') {
sonarqube {
skipProject = true
}
}
repositories {
jcenter()
maven {