Skip to content

Commit b97455b

Browse files
matanlureySydneyBao
authored andcommitted
Add open_jdk to Linux analyze (flutter#173988)
Towards flutter#173986. This build _never_ declared (either directly or through `platform_properties`) that it required the Java JDK, and appears to have been "accidentally" getting it installed via a (now expired) cache of the Java JDK.
1 parent 23db4ba commit b97455b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,8 @@ targets:
348348
shard: analyze
349349
dependencies: >-
350350
[
351-
{"dependency": "ktlint", "version": "version_1_5_0"}
351+
{"dependency": "ktlint", "version": "version_1_5_0"},
352+
{"dependency": "open_jdk", "version": "version:21"}
352353
]
353354
tags: >
354355
["framework","hostonly","shard","linux"]

0 commit comments

Comments
 (0)