-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup instructions in Google Cloud Console still mention version 2.1.1 #64
Comments
Hey @stefanscheidt sorry for the delay. I believe it's all 2.1.4 now based on what I can see from the docs: https://cloud.google.com/artifact-registry/docs/java/quickstart but if you are seeing 2.1.1 somewhere else please let me know! |
These docs are up to date, but if you go to the Google Cloud console, click on Artifact Registry and then a specific repository and then on the "Setup Instructions" button, I still see "2.1.1" in the code snippets provided there. I guess it's a different team responsible for the documentation embedded in the Google Cloud console but probably you can inform them? |
@stefanscheidt Thanks for explaining! @nyap Nicola do you know how to update this ^^^? |
@yihanzhen - I don't own those panels, but will check with the UX team about how we can better manage version updates like this going forward. |
i'd like to add that recommented cli command
outputs
|
Sorry for not circling back on this. The UI now only shows the It might be interesting to explore whether the UI could return the config for a selected repo rather than requiring the gcloud command. I can add that idea to our backlog of UI improvements. |
@empt-ak What version of gcloud do you have? (run I'm starting a convo with the team about whether we can implement a less brittle way to return the correct settings from |
hi, <build>
<extensions>
<extension>
<groupId>com.google.cloud.artifactregistry</groupId>
<artifactId>artifactregistry-maven-wagon</artifactId>
<version>2.1.0</version>
</extension>
</extensions>
</build>
</project> |
I lost quite some time puzzled by a problem of authentication using ADC where the plugin simply failed to resolve credentials. I was using plugins {
id "maven-publish"
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.0"
} I was quite surprised, once I finally stumbled upon this repository, to see that it is not released yet. It worked well after I switched to
|
The setup instructions shown in the Google Cloud Web Console for a Google Cloud Artifact Registry Maven repository still mentions version 2.1.1 of the Maven wagon and the Gradle plugin.
Especially for current versions of Gradle this version 2.1.1 does not work, one needs to use the current version 2.1.4, see d419bd3.
Please inform the Google Cloud Documentation team to update the setup instructions.
The text was updated successfully, but these errors were encountered: