bazelbuild / intellij

IntelliJ plugin for Bazel projects
https://ij.bazel.build/
Apache License 2.0
761 stars 303 forks source link

fix: disable bzlmod for"with_go_source" example #6404

Closed tpasternak closed 4 months ago

tpasternak commented 4 months ago

Checklist

Please note that the maintainers will not be reviewing this change until all checkboxes are ticked. See the Contributions section in the README for more details.

Discussion thread for this change

Issue number: <please reference the issue number or url here>

Description of this change

mai93 commented 4 months ago

is the plugin failing to support bzlmod for this project?

blorente commented 4 months ago

I think this is not a plugin issue, but rather a project issue. As it stands the project is not bzlmod-compatible (running bazel run //:gazelle fails). Maybe we can just disable bzlmod in the .bazelrc instead of the project file and make it compatible later

tpasternak commented 4 months ago

But it's only because we have --enable_bzlmod in the root .bazelrc

tpasternak commented 4 months ago

oh, wait, I'm wrong