Update the openjdk version used by linux android tests. (#91405)

Gradle was updated to a more recent version that expects openjdk 11 but
the openjdk version was not updated.
This commit is contained in:
godofredoc 2021-10-06 19:33:05 -07:00 committed by GitHub
parent 499a8b4edf
commit 2144ab8b45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ platform_properties:
[
{"dependency": "android_sdk"},
{"dependency": "curl"},
{"dependency": "open_jdk"}
{"dependency": "open_jdk", "version": "version:11"}
]
os: Linux
device_os: "N"