Unverified Commit 2144ab8b authored by godofredoc's avatar godofredoc Committed by GitHub

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.
parent 499a8b4e
...@@ -45,7 +45,7 @@ platform_properties: ...@@ -45,7 +45,7 @@ platform_properties:
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "curl"}, {"dependency": "curl"},
{"dependency": "open_jdk"} {"dependency": "open_jdk", "version": "version:11"}
] ]
os: Linux os: Linux
device_os: "N" device_os: "N"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment