vanniktech / gradle-android-junit-jacoco-plugin

Gradle plugin that generates JaCoCo reports from an Android Gradle Project
http://vanniktech.com
Apache License 2.0
400 stars 76 forks source link

Use tasks.withType(Test).configureEach #212

Closed Laimiux closed 2 years ago

Laimiux commented 2 years ago

Replacing tasks.withType(Test) {} with tasks.withType(Test).configureEach. This fixes an integration issue with Paparazzi screenshot testing library https://github.com/cashapp/paparazzi/issues/410

vanniktech commented 2 years ago

Thanks!