xenoterracide
05/06/2018, 6:23 PMfitzoh
05/06/2018, 6:36 PMxenoterracide
05/06/2018, 7:08 PMcheckstyle {
toolVersion = "8.4"
sourceSets = listOf(java.sourceSets["main"])
}
spotbugs {
toolVersion = "3.1.0"
effort = "max"
reportLevel = "low"
sourceSets = listOf(java.sourceSets["main"])
}
basically I'm trying to dedupliate thisfitzoh
05/06/2018, 7:15 PMxenoterracide
05/06/2018, 7:18 PMplugins { mine } xeno { sourceSets = listOf(java.sourceSets["main"]) }