https://kotlinlang.org logo
#gradle
Title
x

xenoterracide

12/21/2017, 4:19 AM
Copy code
checkstyle {
    toolVersion = "8.4"
    // checkstyleTest.isEnabled = false
    // sourceSets.addAll(java.sourceSets.filter { it.name != "test" })
}
how can I write this so that it works? it's currently checking my test directory, isEnabled won't compile, and the sourceSets still appears to have test in it