Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Modernize Bazel setup #20

Merged

Conversation

fmeum
Copy link
Contributor

@fmeum fmeum commented Oct 15, 2022

  • No longer rely on native.bind and the external package
  • Replace host with exec cfg
  • Use ctx.actions.args() instead of string lists
  • Use http_jar instead of jvm_maven_import_external

* No longer rely on `native.bind` and the `external` package
* Replace host with exec cfg
* Use `ctx.actions.args()` instead of string lists
* Use `http_jar` instead of `jvm_maven_import_external`
@fmeum
Copy link
Contributor Author

fmeum commented Oct 15, 2022

This will allow me to add bazel_jar_jar to the Bazel Central Registry.

Copy link
Collaborator

@johnynek johnynek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@johnynek johnynek merged commit e8b1334 into bazeltools:master Oct 15, 2022
@fmeum fmeum deleted the prepare-for-bzlmod branch October 15, 2022 22:18
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants