
com.vanniktech.android.junit.jacoco.JunitJacocoExtension.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-android-junit-jacoco-plugin Show documentation
Show all versions of gradle-android-junit-jacoco-plugin Show documentation
Gradle plugin that generates Jacoco reports from an Android Gradle Project.
package com.vanniktech.android.junit.jacoco
/**
* Extension for junit jacoco
* @since 0.3.0
*/
class JunitJacocoExtension {
/**
* define the version of jacoco which should be used
* @since 0.3.0
*/
String jacocoVersion = '0.7.2.201409121644'
/**
* subprojects that should be ignored
* @since 0.3.0
*/
String[] ignoreProjects = []
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy