Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst authored Nov 29, 2022
1 parent 48f9d08 commit 6a3b49f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion annotation-file-utilities/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ dependencies {
// Annotations in checker-qual.jar are used, but no checkers are (currently) run on the code.
compileOnly 'org.checkerframework:checker-qual:3.27.0'
ext.errorproneVersion = '2.16'
// TODO: it's a bug that annotatedlib:guava requires the error_prone_annotations dependency.
implementation "com.google.errorprone:error_prone_annotations:${errorproneVersion}"
implementation ('org.checkerframework.annotatedlib:guava:30.1.1-jre') {
// So long as Guava only uses annotations from checker-qual, excluding it should not cause problems.
Expand Down

0 comments on commit 6a3b49f

Please sign in to comment.