Skip to content

Commit

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

Signed-off-by: Philipp Wollermann <philwo@google.com>
  • Loading branch information
cushon authored and philwo committed Mar 25, 2021
1 parent 144a62a commit 1ec7500
Show file tree
Hide file tree
Showing 9 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 @@ -368,15 +368,15 @@ distrib_java_import(
name = "error_prone_annotations",
enable_distributions = ["debian"],
jars = [
"error_prone/error_prone_annotations-2.4.0.jar",
"error_prone/error_prone_type_annotations-2.4.0.jar",
"error_prone/error_prone_annotations-2.5.1.jar",
"error_prone/error_prone_type_annotations-2.5.1.jar",
],
)

distrib_jar_filegroup(
name = "error_prone_annotations-jar",
srcs = [
"error_prone/error_prone_annotations-2.4.0.jar",
"error_prone/error_prone_annotations-2.5.1.jar",
"error_prone/threeten-extra-1.5.0.jar",
],
enable_distributions = ["debian"],
Expand All @@ -385,9 +385,9 @@ distrib_jar_filegroup(
java_import(
name = "error_prone",
jars = [
"error_prone/error_prone_annotation-2.4.0.jar",
"error_prone/error_prone_check_api-2.4.0.jar",
"error_prone/error_prone_core-2.4.0.jar",
"error_prone/error_prone_annotation-2.5.1.jar",
"error_prone/error_prone_check_api-2.5.1.jar",
"error_prone/error_prone_core-2.5.1.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 not shown.
Binary file not shown.

0 comments on commit 1ec7500

Please sign in to comment.