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 fb6a9a1 commit 327f86eCopy full SHA for 327f86e
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.7'
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