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", }