bazelbuild / java_tools

Apache License 2.0
12 stars 8 forks source link

[bzlmod] How can it be used by MODULE.bazel #68

Closed wondfor closed 11 months ago

wondfor commented 1 year ago

is it supported for bzlmod?

hvadehra commented 11 months ago

java_tools is now supplied by rules_java (https://github.com/bazelbuild/rules_java/releases/tag/6.3.2) which is available in the BCR.

Example of getting the java_tools repos: https://github.com/bazelbuild/bazel/blob/master/MODULE.bazel#L198-L206.