-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
readme instructions for rules_nixpkgs_java
with bzlmod
#498
Conversation
bazel_dep(name = "rules_nixpkgs_core", version = "0.12.0") | ||
bazel_dep(name = "rules_nixpkgs_java", version = "0.12.0") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i used a version here that does not exist yet because the instructions do not work with the current version as mentioned above.
bazel_dep(name = "rules_java", version = "7.3.1") | ||
bazel_dep(name = "platforms", version = "0.0.9") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these will eventually not be necessary anymore according to https://github.com/tweag/rules_nixpkgs/blob/master/testing/java/MODULE.bazel#L17-L20 . but i cannot leave a TODO
comment here.
f2a7387
to
1ac48b6
Compare
1ac48b6
to
9a596ef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Sorry for the delay in approving.
no worries, ben. we have not even released the |
added instructions for
rules_nixpkgs_java
with bzlmod for bazel 6 and 7.these instructions assume that #477 is fixed and #497 is merged.