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

Commit 1862611

Browse files
authored
chore: Use Java11 for release (#420)
1 parent b345410 commit 1862611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/release/common.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build_file: "api-common-java/.kokoro/trampoline.sh"
99
# Configure the docker image for kokoro-trampoline.
1010
env_vars: {
1111
key: "TRAMPOLINE_IMAGE"
12-
value: "gcr.io/cloud-devrel-kokoro-resources/java8"
12+
value: "gcr.io/cloud-devrel-kokoro-resources/java11"
1313
}
1414

1515
before_action {

0 commit comments

Comments
 (0)