Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
chore: Use Java11 for release (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Dec 6, 2022
1 parent b345410 commit 1862611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/release/common.cfg
Expand Up @@ -9,7 +9,7 @@ build_file: "api-common-java/.kokoro/trampoline.sh"
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/java8"
value: "gcr.io/cloud-devrel-kokoro-resources/java11"
}

before_action {
Expand Down

0 comments on commit 1862611

Please sign in to comment.