Skip to content

Commit 64d57d0

Browse files
bmc08gtclaude
andcommitted
fix(ci): use JetBrains JDK 21 to match gradle-daemon-jvm.properties
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5c4eb03 commit 64d57d0

4 files changed

Lines changed: 2 additions & 229 deletions

File tree

.github/workflows/build-code-upload-android.yml

Lines changed: 0 additions & 99 deletions
This file was deleted.

.github/workflows/build-fcash2-upload-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/setup-java@v3
4747
with:
4848
java-version: '21'
49-
distribution: 'corretto'
49+
distribution: 'jetbrains'
5050
cache: 'gradle'
5151

5252
- name: Setup Ruby env

.github/workflows/build-fchat-upload-android.yml

Lines changed: 0 additions & 128 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-java@v3
2424
with:
2525
java-version: '21'
26-
distribution: 'corretto'
26+
distribution: 'jetbrains'
2727
cache: 'gradle'
2828

2929
- name: Setup Ruby env

0 commit comments

Comments
 (0)