From df1bcdced16496a96ae0bc0cb2701b18a85d7da1 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Sun, 10 May 2026 02:11:32 +0700 Subject: [PATCH] fix(ci): bump JDK to 21 (Capacitor 8 compiles with sourceCompatibility 21) --- android/.github/workflows/build-debug.yml | 4 ++-- android/.github/workflows/release.yml | 4 ++-- android/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/.github/workflows/build-debug.yml b/android/.github/workflows/build-debug.yml index 2a578b5..5ffd812 100644 --- a/android/.github/workflows/build-debug.yml +++ b/android/.github/workflows/build-debug.yml @@ -19,11 +19,11 @@ jobs: with: node-version: '22' - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v4 with: distribution: temurin - java-version: '17' + java-version: '21' - name: Set up Gradle uses: gradle/actions/setup-gradle@v3 diff --git a/android/.github/workflows/release.yml b/android/.github/workflows/release.yml index 4ef323e..f96c284 100644 --- a/android/.github/workflows/release.yml +++ b/android/.github/workflows/release.yml @@ -18,11 +18,11 @@ jobs: with: node-version: '22' - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v4 with: distribution: temurin - java-version: '17' + java-version: '21' - name: Set up Gradle uses: gradle/actions/setup-gradle@v3 diff --git a/android/README.md b/android/README.md index ec6371a..be6a35e 100644 --- a/android/README.md +++ b/android/README.md @@ -31,7 +31,7 @@ and the `