Compile Folder action fails: Repository '@@intellij_aspect' is not defined #7131
Labels
awaiting-maintainer
Awaiting review from Bazel team on issues
product: IntelliJ
IntelliJ plugin
type: bug
Description of the bug:
When I attempt to use the "Compile Folder" action with the latest version of the plugin (
2024.11.19.0.1-api-version-242
), it fails with the following error:This issue did not occur with the previous version (
2024.09.24.0.2-api-version-242
).The key difference seems to be that the --override_repository flag is no longer passed with the new version. Here's a comparison of the Bazel build commands:
Command with the previous version (works):
Command with the latest version (fails):
The absence of the
--override_repository
flag in the latest version seems to be causing this issue, as the required repository@@intellij_aspect
cannot be resolved.Which category does this issue belong to?
No response
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
2024.11.19.0.1-api-version-242
).Which Intellij IDE are you using? Please provide the specific version.
2024.2.0.2 (Community Edition), Build #IC-242.20224.419
What programming languages and tools are you using? Please provide specific versions.
Java 21
What Bazel plugin version are you using?
2024.11.19.0.1-api-version-242
Have you found anything relevant by searching the web?
#7048 — this might be related, but I’m not sure
#6705 — this describes a similar issue
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: