mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 05:48:09 +00:00
fix(github): run all checks with JDK 18
This commit is contained in:
parent
f305463b56
commit
7bc6b5a194
2
.github/workflows/deploy_github_releases.yml
vendored
2
.github/workflows/deploy_github_releases.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
uses: actions/setup-java@v3.4.1
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
java-version: 18
|
||||
|
||||
- name: Decrypt secrets
|
||||
run: scripts/signing-setup.sh "$ENCRYPT_KEY"
|
||||
|
@ -15,7 +15,7 @@ jobs:
|
||||
uses: actions/setup-java@v3.4.1
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
java-version: 18
|
||||
|
||||
- name: Upload binaries
|
||||
uses: gradle/gradle-build-action@v2.3.0
|
||||
|
2
.github/workflows/deploy_snapshot.yml
vendored
2
.github/workflows/deploy_snapshot.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
uses: actions/setup-java@v3.4.1
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
java-version: 18
|
||||
|
||||
- name: Decrypt secrets
|
||||
run: scripts/signing-setup.sh "$ENCRYPT_KEY"
|
||||
|
2
.github/workflows/draft_new_release.yml
vendored
2
.github/workflows/draft_new_release.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
uses: actions/setup-java@v3.4.1
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
java-version: 18
|
||||
|
||||
- name: Update changelog
|
||||
uses: thomaseizinger/keep-a-changelog-new-release@1.3.0
|
||||
|
14
.github/workflows/pull_request.yml
vendored
14
.github/workflows/pull_request.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
uses: actions/setup-java@v3.4.1
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
java-version: 18
|
||||
|
||||
- name: Copy CI gradle.properties
|
||||
if: "${{ steps.service-changed.outputs.result == 'true' }}"
|
||||
@ -74,7 +74,7 @@ jobs:
|
||||
uses: actions/setup-java@v3.4.1
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
java-version: 18
|
||||
|
||||
- name: Copy CI gradle.properties
|
||||
if: "${{ steps.service-changed.outputs.result == 'true' }}"
|
||||
@ -123,7 +123,7 @@ jobs:
|
||||
uses: actions/setup-java@v3.4.1
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
java-version: 18
|
||||
|
||||
- name: Copy CI gradle.properties
|
||||
if: "${{ steps.service-changed.outputs.result == 'true' }}"
|
||||
@ -165,7 +165,7 @@ jobs:
|
||||
uses: actions/setup-java@v3.4.1
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
java-version: 18
|
||||
|
||||
- name: Copy CI gradle.properties
|
||||
if: "${{ steps.service-changed.outputs.result == 'true' }}"
|
||||
@ -207,7 +207,7 @@ jobs:
|
||||
uses: actions/setup-java@v3.4.1
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
java-version: 18
|
||||
|
||||
- name: Copy CI gradle.properties
|
||||
if: "${{ steps.service-changed.outputs.result == 'true' }}"
|
||||
@ -249,7 +249,7 @@ jobs:
|
||||
uses: actions/setup-java@v3.4.1
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
java-version: 18
|
||||
|
||||
- name: Copy CI gradle.properties
|
||||
if: "${{ steps.service-changed.outputs.result == 'true' }}"
|
||||
@ -291,7 +291,7 @@ jobs:
|
||||
uses: actions/setup-java@v3.4.1
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
java-version: 18
|
||||
|
||||
- name: Copy CI gradle.properties
|
||||
if: "${{ steps.service-changed.outputs.result == 'true' }}"
|
||||
|
2
.github/workflows/sync_crowdin.yml
vendored
2
.github/workflows/sync_crowdin.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
uses: actions/setup-java@v3.4.1
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
java-version: 18
|
||||
|
||||
- name: Download new translations from Crowdin
|
||||
uses: gradle/gradle-build-action@v2.3.0
|
||||
|
@ -15,7 +15,7 @@ jobs:
|
||||
uses: actions/setup-java@v3.4.1
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
java-version: 18
|
||||
|
||||
- name: Download new publicsuffix data
|
||||
uses: gradle/gradle-build-action@v2.3.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user