Skip to content

Commit

Permalink
Use jdk 11 in the engine. (#39375)
Browse files Browse the repository at this point in the history
This is in preparation to support builds on mac m1 machines.
  • Loading branch information
godofredoc committed Feb 6, 2023
1 parent aa0ff21 commit a87b745
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci.yaml
Expand Up @@ -28,7 +28,7 @@ platform_properties:
# CIPD flutter_internal/java/openjdk/$platform
dependencies: >-
[
{"dependency": "open_jdk", "version": "version:1.8.0u202-b08"},
{"dependency": "open_jdk", "version": "version:11"},
{"dependency": "gradle_cache", "version": "none"}
]
device_type: none
Expand All @@ -51,7 +51,7 @@ platform_properties:
# CIPD flutter_internal/java/openjdk/$platform
dependencies: >-
[
{"dependency": "open_jdk", "version": "version:1.8.0u202-b08"}
{"dependency": "open_jdk", "version": "version:11"}
]
device_type: none
cpu: x86
Expand All @@ -74,7 +74,7 @@ platform_properties:
# CIPD flutter_internal/java/openjdk/$platform
dependencies: >-
[
{"dependency": "open_jdk", "version": "version:1.8.0u202-b08"}
{"dependency": "open_jdk", "version": "version:11"}
]
device_type: none
os: Windows-10
Expand Down

0 comments on commit a87b745

Please sign in to comment.