-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
The new Symbolic Macros in Bazel 8 enforce naming conventions that the springboot macro provided by this repo does not adhere to:
ERROR: /Users/tr185153/src/<redacted>/libs/common/bzl/springboot.bzl:23:20: in genrule rule //path/to/target:path/to/target_name_genbazelrunenv: Target //path/to/target:path/to/target_name_genbazelrunenv declared in symbolic macro 'name' violates macro naming rules and cannot be built. Name must be the same as the macro's name, or the macro's name followed by '_' (recommended), '-', or '.', and a non-empty string.
For now I can just use legacy macros, but just wanted to bring this to your attention.
Reactions are currently unavailable