Skip to content

Commit

Permalink
Merge pull request #147 from codacy/updateGradleTask
Browse files Browse the repository at this point in the history
fix: Update instructions on the gradle task
  • Loading branch information
andreaTP authored Dec 1, 2019
2 parents 1c81813 + 0162678 commit 83e9966
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,10 @@ Gradle task by [Mr_ramych](https://github.com/MrRamych). Made up from solution a
```gradle
configurations { codacy }
repositories {
maven { url "https://jitpack.io" }
maven { url "http://dl.bintray.com/typesafe/maven-releases" }
jcenter()
}
dependencies {
codacy 'com.github.codacy:codacy-coverage-reporter:-SNAPSHOT'
codacy 'com.codacy:codacy-coverage-reporter:latest.release'
}
task sendCoverageToCodacy(type: JavaExec, dependsOn: jacocoTestReport) {
main = "com.codacy.CodacyCoverageReporter"
Expand Down

0 comments on commit 83e9966

Please sign in to comment.