aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine-shaded/build.gradle
blob: 9d32f9d396ca1e888af4172034f9da738e34f6df (plain)
1
2
3
4
5
6
7
8
9
10
11
sonarqube {
  properties {
    property 'sonar.projectName', "${projectTitle} :: Scanner Engine Shaded"
  }
}

apply plugin: 'com.github.johnrengelman.shadow'

dependencies {
  compile project(':sonar-scanner-engine')
}