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
from CLI, bazel build //... works no errors. build in clion fails.
error loading package 'external': the repository @@intellij_aspect does not exist, but has been specified as overridden with --override_repository. Use --inject_repository instead to add a new repository.
project fails to build.
Which category does this issue belong to?
CLion
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
open the bazel repository examples/cpp-tutorial/stage3 in clion. hit build. fail.
Which Intellij IDE are you using? Please provide the specific version.
clion 2024.3.1
What programming languages and tools are you using? Please provide specific versions.
No response
What Bazel plugin version are you using?
2024.11.19.0.3-api-version-243
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered:
Description of the bug:
from CLI, bazel build //... works no errors. build in clion fails.
error loading package 'external': the repository @@intellij_aspect does not exist, but has been specified as overridden with --override_repository. Use --inject_repository instead to add a new repository.
project fails to build.
Which category does this issue belong to?
CLion
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
open the bazel repository examples/cpp-tutorial/stage3 in clion. hit build. fail.
Which Intellij IDE are you using? Please provide the specific version.
clion 2024.3.1
What programming languages and tools are you using? Please provide specific versions.
No response
What Bazel plugin version are you using?
2024.11.19.0.3-api-version-243
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: