Replies: 1 comment 2 replies
-
That's... weird. I can try and ask around, but I don't have any contact offhand. I checked, and it is returning 404, so a workaround would be to use regular Maven Central as a second repository (as long as you are specifying versions precisely, such that maven-metadata.xml wouldn't be used). FWIW, https://maven-central.storage-download.googleapis.com/maven2/io/grpc/grpc-api/maven-metadata.xml also doesn't have the version. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is not a gRPC Java issue, but I suspect other people are having the same issue.
When GCS Maven Central mirror is used, we get the following error in our Maven build.
It's because artifacts for v1.63.0 are not available in the GCS mirror. It can be checked using curl:
The same command works for v1.62.2:
Do you have contact with GCS mirror maintainers, and is there a way to retrigger the mirroring process for the
io.grpc
group ID? Or, are you aware of a workaround for this issue?Beta Was this translation helpful? Give feedback.
All reactions