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 45610ea commit 57da73dCopy full SHA for 57da73d
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.11.2'
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