From 600d9fc42241ae9e532abf333c198cd11b7dc3fc Mon Sep 17 00:00:00 2001 From: Jiayu Liu Date: Thu, 5 Oct 2023 16:05:10 +0800 Subject: [PATCH] use 17 --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1fe24ef..a617303 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,10 +19,10 @@ jobs: toolchain: stable components: rustfmt, clippy - - name: Set up JDK 21 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: "21" + java-version: "17" distribution: "temurin" - name: Validate Gradle wrapper diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d72fbe5..21667a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,10 +19,10 @@ jobs: toolchain: stable components: rustfmt, clippy - - name: Set up JDK 21 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: "21" + java-version: "17" distribution: "temurin" - name: Validate Gradle wrapper