Skip to content

Commit

Permalink
Add providers to be removed from Bazel 8 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
comius authored Sep 27, 2024
1 parent 89f8bdc commit 5aad6a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions private/globals.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ GLOBALS = {
# This one works in the reverse, put in the version when the global symbol is removed.
LEGACY_GLOBALS = {
"ProtoInfo": "8.0.0",
"JavaInfo": "8.0.0",
"JavaPluginInfo": "8.0.0",
"PyInfo": "8.0.0",
"PyRuntimeInfo": "8.0.0",
"PyCcLinkParamsProvider": "8.0.0",
}

0 comments on commit 5aad6a3

Please sign in to comment.