Artur Stepniewski

Results 6 comments of Artur Stepniewski

@dekalo-stanislav could you try again with [0.1.4](https://github.com/arturdm/jacoco-android-gradle-plugin/releases/tag/jacoco-android-release-0.1.4) and according to [Usage](https://github.com/arturdm/jacoco-android-gradle-plugin/blob/master/README.md#usage)

Hi @behelit, could you provide a sample project that reproduces this issue e.g. by extracting this class and its test class or forking https://github.com/codecov/example-android and adding this code there? There's...

@bschnack could you try again with [0.1.4](https://github.com/arturdm/jacoco-android-gradle-plugin/releases/tag/jacoco-android-release-0.1.4)?

I would greatly appreciate contribution to this project. Although, I had some doubts recently when resolving similar issue https://github.com/arturdm/jacoco-android-gradle-plugin/pull/63/files - whether the plugin should still support previous APIs or not....

Please make sure you have proper maven repository specified when using legacy plugin declaration ([source](https://plugins.gradle.org/plugin/com.dicedmelon.gradle.jacoco-android)): ``` buildscript { repositories { maven { url "https://plugins.gradle.org/m2/" } } dependencies { classpath "com.dicedmelon.gradle:jacoco-android:0.1.5"...

Hi @spirosoik , you probably do not need to use this plugin in pure java project in the first place. It's enough to just `apply plugin: 'jacoco'`. If you want...