File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
3838 uses : actions/upload-artifact@v2
3939 with :
4040 name : Build Artifacts
41- path : app/build/outputs/
41+ path : app/build/outputs/
You can’t perform that action at this time.
0 commit comments