Skip to content

build: add cab-token-generator to always install deps#12851

Open
meltsufin wants to merge 1 commit intomainfrom
fix-canary-auth-token-generator
Open

build: add cab-token-generator to always install deps#12851
meltsufin wants to merge 1 commit intomainfrom
fix-canary-auth-token-generator

Conversation

@meltsufin
Copy link
Copy Markdown
Member

Adds 'google-auth-library-java/cab-token-generator' to the always_install_deps_list in .kokoro/common.sh.

After the monorepo migration, release PRs failed the gapic-generator-java-bom check because they couldn't resolve the new auth library version from Maven Central before it was published.

This fix ensures the artifact is installed to the local Maven repository during the CI's install phase, satisfying the canary validation without requiring a full repository build.

Fixes #12843

Adds 'google-auth-library-java/cab-token-generator' to the `always_install_deps_list` in `.kokoro/common.sh`.

After the monorepo migration, release PRs failed the `gapic-generator-java-bom` check because they couldn't resolve the new auth library version from Maven Central before it was published.

This fix ensures the artifact is installed to the local Maven repository during the CI's install phase, satisfying the canary validation without requiring a full repository build.

Fixes #12843
@meltsufin meltsufin requested a review from a team as a code owner April 18, 2026 15:06
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the .kokoro/common.sh script to include google-auth-library-java/cab-token-generator in the always_install_deps_list array. I have no feedback to provide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gapic-generator-java-bom check failed in release PR

1 participant