We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de74e0e commit eccebd0Copy full SHA for eccebd0
build.gradle
@@ -114,7 +114,7 @@ subprojects {
114
/* ERROR PRONE */
115
dependencies {
116
// NullAway errorprone plugin
117
- annotationProcessor 'com.uber.nullaway:nullaway:0.10.1'
+ annotationProcessor 'com.uber.nullaway:nullaway:0.10.2'
118
errorprone 'com.google.errorprone:error_prone_core:2.10.0'
119
// Using github.com/google/error-prone-javac is required when running on
120
// JDK 8. Remove when migrating to JDK 11.
0 commit comments