Skip to content

Commit 2e59776

Browse files
authored
build: add cab-token-generator to always install deps (#12851)
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
1 parent 3a352fe commit 2e59776

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.kokoro/common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ function install_modules() {
408408
always_install_deps_list=(
409409
'google-auth-library-java/appengine'
410410
'google-auth-library-java/bom'
411+
'google-auth-library-java/cab-token-generator'
411412
'google-auth-library-java/credentials'
412413
'google-auth-library-java/oauth2_http'
413414
'sdk-platform-java/java-shared-dependencies'

0 commit comments

Comments
 (0)