[fix] add jdk 21
This commit is contained in:
@@ -14,6 +14,12 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
|
|
||||||
|
- name: Set up JDK
|
||||||
|
uses: actions/setup-java@v4
|
||||||
|
with:
|
||||||
|
distribution: 'jetbrains'
|
||||||
|
java-version: '21'
|
||||||
|
|
||||||
- name: build target apk
|
- name: build target apk
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user