bazelbuild / rules_jvm_external

Bazel rules to resolve, fetch and export Maven artifacts
Apache License 2.0
316 stars 236 forks source link

[Bazel CI] Error name 'aar_import' is not defined with Bazel@HEAD #1140

Closed sgowroji closed 1 month ago

sgowroji commented 1 month ago

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3858#018f7a6e-246a-4a22-89d4-5e4c3e9f1785

Platform: Windows

Logs:

ERROR: C:/b/43cncxhg/external/maven/BUILD:34:1: name 'aar_import' is not defined (did you mean 'cc_import'?)

Culprit:

Steps:

 git clone https://github.com/bazelbuild/rules_jvm_external
git reset 0dfbe26a16f78d4669c8c11b2f0d79da8c086062  --hard
export USE_BAZEL_VERSION=88a230f4cf28deec1455cb2caed4dc9f81e108c9
bazel build  //... 

CC Greenteam @fweikert

sgowroji commented 1 month ago

Duplicate #1139