Skip to content

Commit 1c8a541

Browse files
Renamed wrapper (#3)
1 parent 64c1fc7 commit 1c8a541

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,13 @@ engines:
4848
## Sonar Documentation
4949

5050
http://www.sonarlint.org/commandline
51+
5152
http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner
5253

5354
Issue Tracker: http://jira.sonarsource.com/browse/SLCLI
5455

5556
## Copyright
5657

58+
This engine is developed by Code Climate using [SonarLint](http://www.sonarlint.org/commandline), it is not endorsed by SonarSoruce.
59+
5760
See [LICENSE](LICENSE)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ build.dependsOn(infra)
3333
test.dependsOn(infra)
3434

3535
dependencies {
36-
compile("com.github.codeclimate:sonar-wrapper:master-SNAPSHOT")
36+
compile("com.github.codeclimate:codeclimate-ss-analyzer-wrapper:master-SNAPSHOT")
3737

3838
// Plugins
3939
compile("org.sonarsource.php:sonar-php-plugin:2.11.0.2485")

0 commit comments

Comments
 (0)