Skip to content

Commit 9b329cb

Browse files
committed
Use JetBrains JDK 21 for Play release
- Match the Play Release workflow JDK with the Gradle daemon JVM requirements - Avoid Foojay toolchain download failures during signed AAB builds - Keep release workflow aligned with the checked-in daemon JVM configuration 🤖 Auto-generated
1 parent 4ec7e3c commit 9b329cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/play-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
5555
echo "play_tracks=internal,production" >> "$GITHUB_OUTPUT"
5656
57-
- name: Set up JDK 17
57+
- name: Set up JDK 21
5858
uses: actions/setup-java@v5
5959
with:
60-
distribution: temurin
61-
java-version: '17'
60+
distribution: jetbrains
61+
java-version: '21'
6262

6363
- name: Set up Gradle
6464
uses: gradle/actions/setup-gradle@v6

0 commit comments

Comments
 (0)