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

com.github.abirmingham.gradle.jacoco.JacocoPluginExtension.groovy Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version
package com.github.abirmingham.gradle.jacoco

class JacocoPluginExtension {
    List excludes = new ArrayList<>()
    String jacocoVersion = '0.6.1.201212231917'
    String reportDir
    String tmpDir
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy