bazelbuild / bazelisk

A user-friendly launcher for Bazel.
Apache License 2.0
1.95k stars 300 forks source link

chore(bazel): add MODULE.bazel files for bzlmod #557

Closed mmorel-35 closed 4 months ago

mmorel-35 commented 4 months ago

Signed-off-by: Matthieu MOREL matthieu.morel35@gmail.com

meteorcloudy commented 4 months ago

@mmorel-35 Can you please upgrade Bazel version in .bazelversion to 7.0.2? It'll actually switch the default build to Bzlmod.

meteorcloudy commented 4 months ago

It's also fine if you think this should be done in a follow-up PR. Thanks for the contribution!

mmorel-35 commented 4 months ago

I could but I agree that it deserves to be two separated PR

jwnimmer-tri commented 3 months ago

It's also fine if you think this should be done in a follow-up PR.

I've submitted https://github.com/bazelbuild/bazelisk/pull/564 for this.