Skip to content

Commit 7e69ba3

Browse files
committed
[mapcache-808]
replace deprecated "adopt" JDK distribution with temurin and add gradle cache
1 parent 9428bf0 commit 7e69ba3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
- name: set up JDK 17
1414
uses: actions/setup-java@v3
1515
with:
16+
distribution: 'temurin'
1617
java-version: 17
17-
distribution: 'adopt'
18+
cache: 'gradle'
1819
- name: Setup Keystore
1920
run: |
2021
echo "${{ secrets.SIGNING_KEY }}" > release.b64
@@ -46,7 +47,7 @@ jobs:
4647
result-path: 'mapcache/build/reports/lint-results-debug.xml'
4748
fail-on-warning: false
4849
- name: Verify Signature
49-
run: $ANDROID_SDK_ROOT/build-tools/33.0.1/apksigner verify --print-certs mapcache/build/outputs/apk/release/mapcache.apk
50+
run: $ANDROID_SDK_ROOT/build-tools/34.0.0/apksigner verify --print-certs mapcache/build/outputs/apk/release/mapcache.apk
5051
- name: List files in the repository
5152
run: |
5253
ls -R ${{ github.workspace }}

0 commit comments

Comments
 (0)