aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-plugin-bridge/build.gradle
blob: 9f327b3694ddc4760cfd5c4e412ed41b6f1a6d03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sonarqube {
  properties {
    property 'sonar.projectName', "${projectTitle} :: Priviledged Plugin Bridge"
  }
}

dependencies {
  // please keep the list grouped by configuration and ordered by name

  compile project(path: ':sonar-plugin-api', configuration: 'shadow')
  compile project(':sonar-core')

  compileOnly 'com.google.code.findbugs:jsr305'
}