Simon Mavi Stewart
Simon Mavi Stewart
On investigation, there are multiple codepaths which `go_repository` can use to load a dependency, not all of which go through tooling controlled by this ruleset (eg. the http path will...
It's still an issue
The approach of [wrapping additional tests around declared targets](https://github.com/bazelbuild/rules_python/issues/509#issuecomment-1079561642) is what [apple_rules_lint](https://github.com/apple/apple_rules_lint) facilitates. We've integrated this into [contrib_rules_jvm](https://github.com/bazel-contrib/rules_jvm) to provide spotbugs, checkstyle and PMD. I would be happy to help...
Gentle nudge. Would love to be able to use `rules_kotlin` with `bzlmod` natively.
A more elegant fix would be appreciated, but if there's a reproducible test case that demonstrates the problem, it would also be a lot easier to fix.
In this particular case, I want to add an extra provider to the output of the rule (for a ruleset that isn't public). In theory, I could add a new...
The flag should be `--override_repository=rules_jvm=/path/to/repository`. If for some reason the build is using `bzlmod` (and I see from your comment you don't expect this to be the case), the flag...
I think the better solution here is to make the `contrib_rules_jvm_deps` use the existing `lock_file` we have for this, and which we already use for the workspace-based builds.
The typical usage pattern is that most repos declare one main `maven_install` including all their dependencies, and break out separate `maven_install` declarations for particularly troublesome libraries (some of the Apache...
Now that Bazel 7 is established, this would be really helpful