stevesaliman / gradle-cobertura-plugin

Gradle Cobertura Plugin
119 stars 50 forks source link

Android fix: rename isAndroidToolsVersion3() method to isAndroidToolsGradleVersion3() #147

Closed lampietti closed 6 years ago

lampietti commented 6 years ago

To avoid the following error:

    > No signature of method: static net.saliman.gradle.plugin.cobertura.CoberturaPlugin.isAndroidToolsGradleVersion3() is applicable for argument types: (org.gradle.api.internal.project.DefaultProject_Decorated)

as described in #146

stevesaliman commented 6 years ago

I was originally trying to remove the confusion around the "gradle3" part of the name, since this wasn't about Gradle version 3. It sounds like it isn't about the tools version 3 either. If I'm understanding the Android world correctly, it is the Android Gradle Plugin that needs to be version 3. I'll give that a try instead.