[Fix] Remove targetExclude from Java linting config (#1085)

* remove targetExclude

* empty
This commit is contained in:
kyzooghost
2025-06-03 19:48:43 +10:00
committed by GitHub
parent 70d9914c60
commit 361f90d369

View File

@@ -121,7 +121,7 @@ allprojects {
java {
target 'src/**/*.java'
targetExclude '**/src/test/java/**ReferenceTest**', '**/src/main/generated/**', '**/src/test/generated/**', '**/src/jmh/generated/**'
// Do not use 'targetExclude' with wildcard patterns, it will add minutes to the build
removeUnusedImports()
trimTrailingWhitespace()
endWithNewline()