rules_jvm_external icon indicating copy to clipboard operation
rules_jvm_external copied to clipboard

Bazel rules to resolve, fetch and export Maven artifacts

Results 259 rules_jvm_external issues
Sort by recently updated
recently updated
newest added

Running `bazel mod deps` with Bazel 8.0.0rc1 or later results: ``` ERROR: Error loading '@@bazel_tools//tools/android:android_extensions.bzl' for module extensions, requested by https://bcr.bazel.build/modules/rules_jvm_external/6.0/MODULE.bazel:29:42: Label '@@bazel_tools//tools/android:android_extensions.bzl' is invalid because 'tools/android' is not a...

* Upgrade to the latest rules_java 8.1.0 * Add loads for Java rules NOTE: The loads and rules_java version unforutunately are tightly related. The paths for the bzl files for...

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4156#019236d0-9877-49a9-bded-dc70b68e5231 Platform: Ubuntu Logs: ``` ERROR: /var/lib/buildkite-agent/builds/bk-docker-9dtz/bazel-org-repo-root/rules_jvm_external/tests/integration/override_targets/BUILD:10:1: name 'android_binary' is not defined ERROR: Skipping '//tests/integration/override_targets:override_targets': no such target '//tests/integration/override_targets:override_targets': target 'override_targets' not declared in package 'tests/integration/override_targets' defined by /var/lib/buildkite-agent/builds/bk-docker-9dtz/bazel-org-repo-root/rules_jvm_external/tests/integration/override_targets/BUILD...

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4170#019255c7-700e-43f2-ac43-a899f5182f0c Platform: Ubuntu Logs: ``` ERROR: /var/lib/buildkite-agent/builds/bk-docker-q9xh/bazel-org-repo-root/rules_jvm_external/tests/integration/override_targets/BUILD:10:1: name 'android_binary' is not defined ERROR: no such target '//tests/integration/override_targets:override_targets': target 'override_targets' not declared in package 'tests/integration/override_targets' defined by /var/lib/buildkite-agent/builds/bk-docker-q9xh/bazel-org-repo-root/rules_jvm_external/tests/integration/override_targets/BUILD ERROR: Build...

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4170#019255c7-940b-46c8-a7a2-be39f08a181f Platform: Ubuntu Logs: ``` ERROR: /var/lib/buildkite-agent/builds/bk-docker-qpvh/bazel-org-repo-root/rules_jvm_external/examples/simple/BUILD:1:1: name 'android_library' is not defined ERROR: /var/lib/buildkite-agent/builds/bk-docker-qpvh/bazel-org-repo-root/rules_jvm_external/examples/simple/BUILD:12:1: name 'android_binary' is not defined ERROR: package contains errors: ERROR: package contains errors: : name...

Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...

The same artifact can being depended on via pom and jar at different places in the tree. In such case, we deduplicate it so that 2 entries do not reference...

To address https://github.com/bazel-contrib/rules_jvm_external/pull/1251#issuecomment-2407255281

# Description After updating to `6.4`, when trying to pin artifacts, bazel reported the following error: ``` ERROR: An error occurred during the fetch of repository 'rules_jvm_external~~maven~unpinned_maven': Traceback (most recent...

Maven repositories normally have a maven-metadata.xml file that indicate to the Maven system what versions are available and which is to be considered the latest version. ```xml com.mycompany.app my-app 1.0...