Skip to content

Commit 497464f

Browse files
authored
Update static analysis image to include java 8 and 11 runtimes. (GoogleCloudPlatform#3769)
* Update static analysis image to include java 8 and 11 runtimes. * Update static analysis image to include java 8 and 11 runtimes.
1 parent a485b83 commit 497464f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/static_analysis/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
1919
build_file: "java-docs-samples/.kokoro/trampoline.sh"
2020
env_vars: {
2121
key: "TRAMPOLINE_IMAGE"
22-
value: "gcr.io/cloud-devrel-kokoro-resources/java8"
22+
value: "gcr.io/cloud-devrel-kokoro-resources/java11"
2323
}
2424
env_vars: {
2525
key: "TRAMPOLINE_BUILD_FILE"

0 commit comments

Comments
 (0)