Skip to content

Commit

Permalink
Merge pull request #5 from kejunxia/try-coverall
Browse files Browse the repository at this point in the history
Do not specify jacoco tools and leave it to coveralls gradle plugins
  • Loading branch information
kejunxia committed Jun 21, 2015
2 parents a37dfed + 5d02a9f commit 7d5d6cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ allprojects{
if (jacocoCoveredProjects.contains(project)) {
apply plugin: 'java'
apply plugin: 'jacoco'

jacoco {
toolVersion = "0.7.5.201505241946"
}
}
}

Expand Down

0 comments on commit 7d5d6cd

Please sign in to comment.