Ben Lee
Ben Lee
Found another edge case while testing this [PR](https://github.com/bazel-contrib/rules_jvm_external/pull/1419) out. ``` ERROR: no such package '@@[unknown repo 'com_google_android_gms_play_services_tasks_18_1_0' requested from @@_main~maven~from_files (did you mean 'com_google_android_gms_play_services_tasks_aar_18_1_0'?)]//file': The repository '@@[unknown repo 'com_google_android_gms_play_services_tasks_18_1_0' requested...
Enabling maven pinning again for Bzlmod so that we benefit from the performance wins of pinning. This does not enable pinning for the WORKSPACE path as that's somewhat complicated to...