From af21a2ca906ea219ef834ac7a160bbd655cb984e Mon Sep 17 00:00:00 2001 From: DreamConnected <1487442471@qq.com> Date: Tue, 5 May 2026 20:36:02 +0800 Subject: [PATCH] ci: change jdk vendor to jetbrains --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index cf0f19c..495f83d 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -16,7 +16,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: '21' - distribution: 'temurin' + distribution: 'jetbrains' cache: gradle - name: Grant execute permission for gradlew