mirror of
https://github.com/localsend/localsend.git
synced 2026-04-29 03:00:23 -04:00
ci: bump Java to 17
This commit is contained in:
4
.github/workflows/compile_apk.yml
vendored
4
.github/workflows/compile_apk.yml
vendored
@@ -50,11 +50,11 @@ jobs:
|
||||
ENCODED_STRING: ${{ secrets.ANDROID_KEY_STORE }}
|
||||
run: mkdir secrets && echo $ENCODED_STRING | base64 -di > secrets/android-keystore.jks
|
||||
|
||||
- name: Set up JDK 11
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '11'
|
||||
java-version: '17'
|
||||
|
||||
- name: Install Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -50,11 +50,11 @@ jobs:
|
||||
ENCODED_STRING: ${{ secrets.ANDROID_KEY_STORE }}
|
||||
run: mkdir secrets && echo $ENCODED_STRING | base64 -di > secrets/android-keystore.jks
|
||||
|
||||
- name: Set up JDK 11
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '11'
|
||||
java-version: '17'
|
||||
|
||||
- name: Install Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
|
||||
Reference in New Issue
Block a user