Skip to content

Commit bf9cfba

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ java_library(
2929
artifact("com.google.code.findbugs:jsr305"),
3030
artifact("com.google.errorprone:error_prone_annotations"),
3131
artifact("com.google.guava:guava"),
32+
artifact("org.checkerframework:checker-qual"),
3233
artifact("io.perfmark:perfmark-api"),
3334
artifact("org.codehaus.mojo:animal-sniffer-annotations"),
3435
],

0 commit comments

Comments
 (0)