Skip to content

Commit

Permalink
Using JSpecify to TameNulls in Java
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Smith committed Dec 17, 2024
1 parent 3abdca8 commit 53c5a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-17-10-taming-nullness-in-java-with-jspecify.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ Here's how to integrate Error Prone and NullAway into your Gradle build:
~~~ gradle
dependencies {
implementation 'org.jspecify:jspecify:1.0.0'
compileOnly 'com.google.errorprone:error_prone_annotations:2.20.0'
annotationProcessor 'com.google.errorprone:error_prone_core:2.20.0'
compileOnly 'com.google.errorprone:error_prone_annotations:2.36.0'
annotationProcessor 'com.google.errorprone:error_prone_core:2.36.0'
}
compileJava {
Expand Down

0 comments on commit 53c5a3b

Please sign in to comment.