-
Notifications
You must be signed in to change notification settings - Fork 4
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
Migrate from bazel-distribution to rules_jvm_external for Maven distribution #39
Conversation
|
||
# Load maven rules from git | ||
def maven_repository( | ||
remote = "https://github.com/sugarmanz/rules_jvm_external.git", |
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.
plan is to try to get your PR in rules_jvm_external
merged, yea?
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.
Ideally, but IMO it's not really acceptable as-is. It requires an --experimental_google_legacy_api
flag, which would require every consumer of the rules to enable that flag. I'm not sure what the path forward is, but will likely try to get some feedback from the team over there.
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.
Opened a PR for feedback:
bazel-contrib/rules_jvm_external#1049
bd3cf58
to
8148d3a
Compare
🚀 PR was released in |
No description provided.