We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183cbb9 commit 60c1dd8Copy full SHA for 60c1dd8
.kokoro/common.sh
@@ -419,6 +419,10 @@ function install_modules() {
419
printf "Installing submodules:\n%s\n" "$all_submodules"
420
421
always_install_deps_list=(
422
+ 'google-auth-library-java/appengine'
423
+ 'google-auth-library-java/bom'
424
+ 'google-auth-library-java/credentials'
425
+ 'google-auth-library-java/oauth2_http'
426
'sdk-platform-java/java-shared-dependencies'
427
'sdk-platform-java/java-shared-dependencies/first-party-dependencies'
428
'sdk-platform-java/java-shared-dependencies/third-party-dependencies'
0 commit comments