GoogleCloudPlatform / artifact-registry-maven-tools

Apache License 2.0
24 stars 22 forks source link

Dependency reference broken? #60

Closed loosebazooka closed 3 years ago

loosebazooka commented 3 years ago

I'm not sure this PR changed something, but now this plugin relies on artifactregistry-auth-common:2.1.3, which is missing

A problem occurred configuring root project '***'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not find com.google.cloud.artifactregistry:artifactregistry-auth-common:2.1.3.

   Required by:
         project : > gradle.plugin.com.google.cloud.artifactregistry:artifactregistry-gradle-plugin:2.1.3

I can find it here, but there is no pom file: https://repo1.maven.org/maven2/com/google/cloud/artifactregistry/artifactregistry-auth-common/2.1.3/

CC: @yihanzhen @lindsayismith @chanseokoh

Originally posted by @tonyshkurenko in https://github.com/GoogleCloudPlatform/artifact-registry-maven-tools/issues/56#issuecomment-933401532

loosebazooka commented 3 years ago

Seems to be a incomplete release? Or something weird going on?

yihanzhen commented 3 years ago

Yeah this must be me. I'll take a look today.

yihanzhen commented 3 years ago

2.1.4 should be good to use: https://repo.maven.apache.org/maven2/com/google/cloud/artifactregistry/artifactregistry-auth-common/2.1.4/