Results 260 comments of Simon Mavi Stewart

Is there any more information I could add to this to help explain the use case better?

I see this PR is still open. Would love to see it landed!

I'm +1 for this PR. Thank you for double-checking @ejona86! I'm one of the maintainers of `rules_jvm_external`, and did the work to make it play nicely with `bzlmod`. I've not...

TL;DR: it's fine not to use the lock file. There's no need to use it, but it makes builds more reproducible. Builds may also be faster, since they can skip...

We only include the JS rules so we can run `doctoc` when we update our documentation. I don't think we need to change the version of Bazel we're using to...

It's appreciated :) I'm looking forward to picking up `rules_js` when we can!

Does this work when using an unpinned maven repo that requires authentication?

I'd like to also check java code :)

I remember it being added very well :) There's a `java_toolchain` option in Bazel that might work: https://docs.bazel.build/versions/master/be/java.html#java_toolchain I'm not sure what a `JavaBuilder` is in this context, but the...