Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
Fix sonarqube name to be more declarative than the default repo name.
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-readonly committed Aug 29, 2016
1 parent 3b4ee3d commit d3f4c8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,9 @@ signing {
required { gradle.taskGraph.hasTask("uploadArchives") }
sign configurations.archives
}

sonarqube{
properties{
property 'sonar.projectName', 'Black Duck Hub Plugin for Gradle'
}
}

0 comments on commit d3f4c8c

Please sign in to comment.