All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vanniktech.android.junit.jacoco.JunitJacocoExtension.groovy Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version
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