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 99e9bde commit db60d82Copy full SHA for db60d82
s2a/BUILD.bazel
@@ -25,6 +25,7 @@ java_library(
25
deps = [
26
artifact("com.google.errorprone:error_prone_annotations"),
27
artifact("com.google.guava:guava"),
28
+ artifact("org.checkerframework:checker-qual"),
29
artifact("com.google.s2a.proto.v2:s2a-proto"),
30
],
31
)
@@ -38,6 +39,7 @@ java_library(
38
39
":s2a_identity",
40
artifact("com.google.code.findbugs:jsr305"),
41
42
43
44
45
0 commit comments