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

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

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