Skip to content

Commit

Permalink
Renamed wrapper (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesperandio authored Mar 22, 2018
1 parent 1d2987c commit f43e380
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -71,10 +71,13 @@ engines:
## Sonar Documentation
http://www.sonarlint.org/commandline
http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner
Issue Tracker: http://jira.sonarsource.com/browse/SLCLI
## Copyright
This engine is developed by Code Climate using [SonarLint](http://www.sonarlint.org/commandline), it is not endorsed by SonarSoruce.
See [LICENSE](LICENSE)
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ build.dependsOn(infra)
test.dependsOn(infra)

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

// Plugins
compile("org.sonarsource.java:sonar-java-plugin:4.14.0.11784")

0 comments on commit f43e380

Please sign in to comment.