I did the following on dev branch after 3.1 merge:
- git pull
- bazel clean --expunge
- bazel build //...
- bazel test //...
Build and test were complete but the build step showed the following info:
Starting local Bazel server (9.1.0) and connecting to it...
DEBUG: /home/klaus/.cache/bazel/_bazel_klaus/737df9514b071507e6718befc284ec9a/external/rules_jvm_external+/private/rules/coursier.bzl:693:18:
NOTE: rules_jvm_external_deps_install.json was generated by an older version of rules_jvm_external and needs to be regenerated.
To update, run 'bazel run @rules_jvm_external_deps//:pin'.
The suggested command failed:
bazel run @rules_jvm_external_deps//:pin
ERROR: No repository visible as '@rules_jvm_external_deps' from main repository
Something to worry about or is this expected?
I did the following on dev branch after 3.1 merge:
Build and test were complete but the build step showed the following info:
The suggested command failed:
Something to worry about or is this expected?