You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon using the contrib_rules_jvm and the rules_jvm_external in my project, I get the following warning:
DEBUG: /home/zshaban/.cache/bazel/_bazel_zshaban/31dd816ecc4dd5f7e9765c5f08aebaf2/external/rules_jvm_external~5.3/coursier.bzl:597:18: Found duplicate artifact versions
com.google.errorprone:error_prone_annotations has multiple versions 2.11.0, 2.9.0
com.google.guava:guava has multiple versions 30.1.1-jre, 31.0.1-android
Since those duplicate versions are explicitly mentioned in the MODULE.bazel of the contrib_rules_jvm, would it make sense to set duplicate_version_warning = "none" in the maven extension used in the contrib_rules_jvm?
The text was updated successfully, but these errors were encountered:
Upon using the
contrib_rules_jvm
and therules_jvm_external
in my project, I get the following warning:Since those duplicate versions are explicitly mentioned in the
MODULE.bazel
of thecontrib_rules_jvm
, would it make sense to setduplicate_version_warning = "none"
in the maven extension used in thecontrib_rules_jvm
?The text was updated successfully, but these errors were encountered: