We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac44d3 commit 1ccd5c7Copy full SHA for 1ccd5c7
build.gradle
@@ -118,7 +118,7 @@ subprojects {
118
/* ERROR PRONE */
119
dependencies {
120
// NullAway errorprone plugin
121
- annotationProcessor 'com.uber.nullaway:nullaway:0.10.7'
+ annotationProcessor 'com.uber.nullaway:nullaway:0.12.1'
122
errorprone 'com.google.errorprone:error_prone_core:2.10.0'
123
// Using github.com/google/error-prone-javac is required when running on
124
// JDK 8. Remove when migrating to JDK 11.
0 commit comments