Upgrade to error-prone 2.15.0

Release notes:

https://github.com/google/error-prone/releases
pull/464/head
Andrew Gaul 2022-08-20 19:32:59 +09:00
rodzic 0245de405c
commit df57f5453b
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -154,10 +154,10 @@
<arg>-Xlint</arg>
<arg>-XDcompilePolicy=simple</arg>
<arg>-Xplugin:ErrorProne
-Xep:CanIgnoreReturnValueSuggester:OFF
-Xep:DefaultCharset:OFF
-Xep:HidingField:OFF
-Xep:JavaUtilDate:OFF
-Xep:MutableConstantField:OFF
-Xep:ProtectedMembersInFinalClass:OFF
</arg>
</compilerArgs>
@ -165,7 +165,7 @@
<path>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
<version>2.10.0</version>
<version>2.15.0</version>
</path>
</annotationProcessorPaths>
</configuration>