aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-check-api/build.gradle
blob: c7749e3dd381a9307622a5e606ebdd444390c12d (plain)
1
2
3
4
5
6
7
8
9
10
11
sonarqube {
  properties {
    property 'sonar.projectName', "${projectTitle} :: Check API"
  }
}

dependencies {
  compileOnly 'com.google.code.findbugs:jsr305'

  testCompile 'junit:junit'
}