mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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:
parent
499a8b4edf
commit
2144ab8b45
2
.ci.yaml
2
.ci.yaml
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user