Skip to content

Commit db60d82

Browse files
committed
Add checker-qual artifact to s2a build bazel file
1 parent 99e9bde commit db60d82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

s2a/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ java_library(
2525
deps = [
2626
artifact("com.google.errorprone:error_prone_annotations"),
2727
artifact("com.google.guava:guava"),
28+
artifact("org.checkerframework:checker-qual"),
2829
artifact("com.google.s2a.proto.v2:s2a-proto"),
2930
],
3031
)
@@ -38,6 +39,7 @@ java_library(
3839
":s2a_identity",
3940
artifact("com.google.code.findbugs:jsr305"),
4041
artifact("com.google.guava:guava"),
42+
artifact("org.checkerframework:checker-qual"),
4143
],
4244
)
4345

0 commit comments

Comments
 (0)