Skip to content

Commit bc27906

Browse files
authored
CI updates (#9)
* Update android.yml * corretto17 * Update android.yml * back to adopt
1 parent 50642d6 commit bc27906

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: set up JDK 11
16+
- name: set up JDK 17
1717
uses: actions/setup-java@v2
1818
with:
19-
java-version: '11'
19+
java-version: '17'
2020
distribution: 'adopt'
2121
cache: gradle
2222

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
mkdir "${TMP_KEYSTORE_FILE_PATH}"
1515
echo $ENCODED_STRING | base64 -di > "${TMP_KEYSTORE_FILE_PATH}"/your_keystore_file.jks
1616
- uses: actions/checkout@v2
17-
- name: set up JDK 11
17+
- name: set up JDK 17
1818
uses: actions/setup-java@v2
1919
with:
20-
java-version: '11'
20+
java-version: '17'
2121
distribution: 'adopt'
2222
cache: gradle
2323
- name: Grant execute permission for gradlew
@@ -38,4 +38,4 @@ jobs:
3838
uses: actions/upload-artifact@v2
3939
with:
4040
name: Build Artifacts
41-
path: app/build/outputs/
41+
path: app/build/outputs/

0 commit comments

Comments
 (0)