From 5aad6a345bb27d5db396b4b1aea46b36594cb65b Mon Sep 17 00:00:00 2001 From: Ivo List Date: Fri, 27 Sep 2024 13:58:01 +0200 Subject: [PATCH] Add providers to be removed from Bazel 8 (#72) --- private/globals.bzl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/private/globals.bzl b/private/globals.bzl index f7bf7d6..653ab39 100644 --- a/private/globals.bzl +++ b/private/globals.bzl @@ -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", }