stanfy / spoon-gradle-plugin

Gradle plugin for Spoon.
Apache License 2.0
353 stars 79 forks source link

Bumping up spoon-runner version to 1.7.1 #150

Closed jainsahab closed 7 years ago

jainsahab commented 7 years ago

this change is required to fix the issue in which spoon-runner was not able to generate the coverage reports when target application is crashed. See this issue for more details.

ajitsing commented 7 years ago

This is a much needed change, I have also faced this issue a lot of times in my project. Please address this ASAP.

danielgomezrico commented 7 years ago

@roman-mazur it will be cool if you can check this. +1

roman-mazur commented 7 years ago

Please keep in mind that you can always change spoon runner dependency in your own project:

dependencies {
  classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.2.2'
  classpath 'com.squareup.spoon:spoon-runner:1.7.1'
}