xenoterracide
checkstyle { toolVersion = "8.4" sourceSets.forEach( { println(it) }) sourceSets.removeIf( { it.name == "test" }) }
gildor