Skip to content
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

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

prednaz
Copy link
Member

@prednaz prednaz commented Apr 10, 2024

added instructions for rules_nixpkgs_java with bzlmod for bazel 6 and 7.

these instructions assume that #477 is fixed and #497 is merged.

Comment on lines +82 to +83
bazel_dep(name = "rules_nixpkgs_core", version = "0.12.0")
bazel_dep(name = "rules_nixpkgs_java", version = "0.12.0")
Copy link
Member Author

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.

Comment on lines +84 to +85
bazel_dep(name = "rules_java", version = "7.3.1")
bazel_dep(name = "platforms", version = "0.0.9")
Copy link
Member Author

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.

@prednaz prednaz force-pushed the philipp/java_instructions branch from 1ac48b6 to 9a596ef Compare May 29, 2024 14:47
@prednaz prednaz marked this pull request as ready for review May 29, 2024 14:49
@prednaz prednaz requested a review from benradf as a code owner May 29, 2024 14:49
@prednaz prednaz requested a review from layus May 29, 2024 14:49
Copy link
Member

@benradf benradf left a 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.

@prednaz prednaz added merge-queue merge on green CI and removed merge-queue merge on green CI labels Jun 3, 2024
@prednaz
Copy link
Member Author

prednaz commented Jun 3, 2024

no worries, ben. we have not even released the rules_nixpkgs version yet that these instructions are for. so i am not sure if it makes sense to merge already.

@prednaz prednaz added the merge-queue merge on green CI label Aug 21, 2024
@mergify mergify bot merged commit c061458 into master Aug 21, 2024
11 checks passed
@mergify mergify bot deleted the philipp/java_instructions branch August 21, 2024 10:11
@mergify mergify bot removed the merge-queue merge on green CI label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants