You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When bazel is run with --incompatible_use_plus_in_repo_names, repository names change, and the buildozer message that is emitted by rules_jvm_external is incorrect:
** Please add the following dependencies:
@rules_jvm_external++maven+maven//:io_rest_assured_json_path @rules_jvm_external++maven+maven//:org_apache_groovy_groovy to //src/path/to:target
** You can use the following buildozer command:
buildozer 'add deps @rules_jvm_external++maven+maven//:io_rest_assured_json_path @rules_jvm_external++maven+maven//:org_apache_groovy_groovy' //src/path/to:target
When bazel is run with --incompatible_use_plus_in_repo_names, repository names change, and the buildozer message that is emitted by rules_jvm_external is incorrect:
See: bazelbuild/bazel#23127
This is on windows, with rules_jvm_external 6.2 and bazel 7.3.1
The text was updated successfully, but these errors were encountered: