bazel-integration-testing
bazel-integration-testing copied to clipboard
Any change to bazel_java_integration_test causes re-download of bazel version
The solution is to use --experimental_repository_cache
. From my point of view it is a Bazel bug (the repository cache should be on by default).