updated Error Prone to 2.20.0

This commit is contained in:
Karl Tauber
2023-06-21 17:16:22 +02:00
parent 242c478cb3
commit 38695e9e16
2 changed files with 2 additions and 1 deletions

View File

@@ -117,6 +117,7 @@ allprojects {
"InlineMeSuggester", // suggests using Error Prone annotations for deprecated methods
"TypeParameterUnusedInFormals",
"UnsynchronizedOverridesSynchronized",
"NonApiType", // reports ArrayList/HashSet in parameter or return type
)
when( project.name ) {
"flatlaf-intellij-themes" -> disable(