Skip to content

Commit

Permalink
Update to Error Prone 2.16
Browse files Browse the repository at this point in the history
Partial commit for third_party/*, see #16803.

Signed-off-by: Sunil Gowroji <sgowroji@google.com>
  • Loading branch information
cushon authored and sgowroji committed Dec 5, 2022
1 parent 4084671 commit 248ff0d
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -377,15 +377,15 @@ distrib_java_import(
name = "error_prone_annotations",
enable_distributions = ["debian"],
jars = [
"error_prone/error_prone_annotations-2.11.0.jar",
"error_prone/error_prone_type_annotations-2.11.0.jar",
"error_prone/error_prone_annotations-2.16.jar",
"error_prone/error_prone_type_annotations-2.16.jar",
],
)

distrib_jar_filegroup(
name = "error_prone_annotations-jar",
srcs = [
"error_prone/error_prone_annotations-2.11.0.jar",
"error_prone/error_prone_annotations-2.16.jar",
"error_prone/threeten-extra-1.5.0.jar",
],
enable_distributions = ["debian"],
Expand All @@ -394,9 +394,9 @@ distrib_jar_filegroup(
java_import(
name = "error_prone",
jars = [
"error_prone/error_prone_annotation-2.11.0.jar",
"error_prone/error_prone_check_api-2.11.0.jar",
"error_prone/error_prone_core-2.11.0.jar",
"error_prone/error_prone_annotation-2.16.jar",
"error_prone/error_prone_check_api-2.16.jar",
"error_prone/error_prone_core-2.16.jar",
],
exports = [
":error_prone_annotations",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed third_party/error_prone/error_prone_core-2.11.0.jar
Binary file not shown.
Binary file added third_party/error_prone/error_prone_core-2.16.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 248ff0d

Please sign in to comment.