-
-
Notifications
You must be signed in to change notification settings - Fork 256
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
Remove dependency on Maven binary #14
Labels
Comments
Prototype: https://github.com/jin/gmaven_rules/commit/954658d4fdc22231fcc7584aa99bbfc5727499ba The new gmaven.bzl will contain generated targets like this:
Perks:
|
The |
vinnybod
added a commit
to vinnybod/rules_jvm_external
that referenced
this issue
Jul 30, 2024
…ble substitution in javadoc arguments. (bazel-contrib#14) * Add support for resources in javadoc jars. Add support for make variable substitution in javadoc arguments. * remove unused deps * Add .strip() to assert to account for some difference in windows/mac
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider using another fetching mechanism to download AARs. With Skylark
maven_aar
, downloads are failing randomly on the CI: bazelbuild/bazel#4979 (comment)Since we know the exact repository where the files are downloaded from, possible candidates are:
http_file
java_import_external
foraar_import
On top of not having
maven
as a dependency, these two rules use the more robust HttpDownloader underneath, which also supports multiple URLs for fallback.The text was updated successfully, but these errors were encountered: