Skip to content

Commit

Permalink
Removed unnecessary setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
olaq committed Jul 10, 2017
1 parent 63a1be0 commit 49504c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/com/olaq/sbt/SonarScannerPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ object SonarScannerPlugin extends AutoPlugin {

val runner = EmbeddedScanner.create(new LogOutputImpl(sLog.value))
.addGlobalProperties(properties)
.setApp("sbt", "1.2")

runner.start()
runner.runAnalysis(properties)
Expand Down

0 comments on commit 49504c6

Please sign in to comment.