Skip to content

Commit 042640a

Browse files
committed
Release script updated
1 parent 1cce87e commit 042640a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-to-nexus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
fetch-depth: 0
1414
- uses: actions/setup-java@v4
1515
with:
16-
distribution: 'corretto'
17-
java-version: '17'
16+
distribution: 'jetbrains'
17+
java-version: '21'
1818
- shell: bash
1919
env:
2020
# The following env variables are used by gradle/publish-module.gradle

.github/workflows/deploy-to-play-store.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
fetch-depth: 0
1414
- uses: actions/setup-java@v4
1515
with:
16-
distribution: 'corretto'
17-
java-version: '17'
16+
distribution: 'jetbrains'
17+
java-version: '21'
1818
- shell: bash
1919
env:
2020
KEYSTORE_ALIAS: ${{ secrets.KEYSTORE_ALIAS }}

0 commit comments

Comments
 (0)