Always forbid system.out by errorprone (#4825)

This commit is contained in:
Nikita Salnikov-Tarnovski 2021-12-07 21:22:20 +02:00 committed by GitHub
parent 19958521a0
commit 902748cfd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -21,10 +21,6 @@ tasks {
excludedPaths.set(".*/build/generated/.*|.*/concurrentlinkedhashmap/.*")
if (System.getenv("CI") == null) {
disable("SystemOut")
}
disable("BooleanParameter")
// Doesn't work well with Java 8