when aspect cli is used as a replacement of bazel cli, IntelliJ cannot sync a project. IntelliJ runs this command and fails:
./aspect-darwin_arm64 mod --tool_tag=ijwb:IDEA:ultimate "--override_repository=intellij_aspect=/Users/slam/Library/Application Support/JetBrains/IntelliJIdea2024.2/plugins/ijwb/aspect" --curses=no --color=yes --progress_in_terminal_title=no --noenable_workspace dump_repo_mapping "" --
ERROR: No repository name(s) specified. Type 'bazel help mod' for syntax and help.
switching back to the bazel cli produces this output and no errors:
What happened?
when aspect cli is used as a replacement of bazel cli, IntelliJ cannot sync a project. IntelliJ runs this command and fails:
switching back to the bazel cli produces this output and no errors:
Version
How to reproduce
In IntelliJ bazel settings set
Bazel binary location
to aspect cli.Any other information?
No response