Closed hb-man closed 1 month ago
I'm pretty sure that the bug is in the transitively updated rules_java, which is used by Bazel's workspace suffix but doesn't properly declare the dep on bazel_features here: https://github.com/bazelbuild/rules_java/blob/master/java/repositories.bzl
@hvadehra
@fmeum so the issue should be raised in rules_java project?
@daniel-b2c2 Yes, please do!
See https://github.com/bazelbuild/rules_java/issues/225#issuecomment-2388494967, a closer look revealed that this is an issue with rules_sonatype.
Not sure in which of two projects the problem is https://github.com/bazel-contrib/rules_jvm_external/issues/1256
Updating
rules_jvm_external
to version 6.4 causesbazel_features
errorcan be reproduced on this project/branch
https://github.com/JetBrains/hirschgarten/pull/68
full error message:
i tried fixing it by adding explicit dependency to bazel_features - but than i get another error:
Though, if I add bazel_features depndency explicit, but WORKSPACE-style - it starts to work. This might be a bug in bazel features so I'll file it there.