Update JDK version in GitHub Actions
This commit is contained in:
2
.github/workflows/sign.yml
vendored
2
.github/workflows/sign.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '11'
|
||||
java-version: '17'
|
||||
cache: 'gradle'
|
||||
|
||||
- name: Sign APK
|
||||
|
||||
Reference in New Issue
Block a user