File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Format: //devtools/kokoro/config/proto/build.proto
2
+
3
+ # Configure the docker image for kokoro-trampoline.
4
+ env_vars: {
5
+ key: " TRAMPOLINE_IMAGE"
6
+ value: " gcr.io/cloud-devrel-kokoro-resources/java11"
7
+ }
Original file line number Diff line number Diff line change
1
+ # Format: //devtools/kokoro/config/proto/build.proto
2
+
3
+ # Configure the docker image for kokoro-trampoline.
4
+ env_vars: {
5
+ key: " TRAMPOLINE_IMAGE"
6
+ value: " gcr.io/cloud-devrel-kokoro-resources/java11"
7
+ }
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Java Version | Status
42
42
------------ | ------
43
43
Java 7 | [ ![ Kokoro CI] ( https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java7.svg )] ( https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java7.html )
44
44
Java 8 | [ ![ Kokoro CI] ( https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java8.svg )] ( https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java8.html )
45
- Java 10 | [ ![ Kokoro CI] ( https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java10 .svg )] ( https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java10 .html )
45
+ Java 11 | [ ![ Kokoro CI] ( https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java11 .svg )] ( https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java11 .html )
46
46
47
47
## Links
48
48
You can’t perform that action at this time.
0 commit comments