From 3b433529c510c1edefd28f5a8cad8dcd75d24e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=A5=E4=B8=8B=E7=BA=A2=E8=8D=AF?= Date: Fri, 13 Mar 2026 02:31:46 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20Java=20JAR=20=E6=9E=84=E5=BB=BA=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=20JDK=2017=EF=BC=8C=E6=BB=A1=E8=B6=B3=20Gradle=209.x?= =?UTF-8?q?=20=E8=A6=81=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66271c7..5952bfa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,11 +25,11 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Set up JDK 11 - uses: actions/setup-java@v3 + - name: Set up JDK 17 + uses: actions/setup-java@v4 with: distribution: temurin - java-version: '11' + java-version: '17' - name: Build fat JAR working-directory: examples-jni