-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repository '@@intellij_aspect' is not defined #7204
Comments
can you share the build command that the plugin tries to run? |
I'm encountering the same issue. The command looks something like this: |
Manually adding these two flags to my build command fixes the issue: --override_repository=intellij_aspect=/home/joeyhkim/.local/share/JetBrains/IntelliJIdea2024.3/ijwb/aspect |
Rolling the plugin back to 2024.11.19.0.2-api-version-243 fixes the issue for me. |
@gradients-rogo was it also on mac? What version of Bazel are you using? |
I have the same issue with bazel of 8.0.0 version |
I'm on Ubuntu 24.04 |
I have also been experiencing this issue, and reverting to an older version of the plugin did not resolve the issue. I am on: |
Does anyone have a fix? |
Rolling back to a previous version of the plugin and turning of bzlmod entirely by adding the following to my .bazelrc worked for me: common --enable_workspace --noenable_bzlmod |
Folks, my apologies for being quiet here for some time. We're working on a fix for this one that also addresses several other issues (#7202), so it require some extra time to integrate the change. I'd recommend to remove |
Description of the issue. Please be specific.
When building a project, I am running into the following error:
What's the simplest set of steps to reproduce this issue? Please provide an example project, if possible.
Building the project from IntelliJ fails
Version information
IdeaCommunity: 2024.3.1.1
Platform: Mac OS X 13.7.2
Bazel for IntelliJ plugin: 2024.12.03.0.1-api-version-243
Bazel: 7.4.0
The text was updated successfully, but these errors were encountered: