Remove exclusion from checkstyleMain

This commit is contained in:
Adrian Siekierka 2021-11-27 08:31:56 +01:00
parent a6f381f149
commit 57418971af

View file

@ -257,7 +257,6 @@ checkstyle {
}
checkstyleApi.exclude 'cofh/**'
checkstyleMain.exclude 'buildcraft/core/recipes/FlexibleRecipe.java'
// make sure all of these happen when we run build
build.dependsOn sourceJar, deobfJar, apiJar