From edaf70fd103322106875df9aae44334da063bf86 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 8 Dec 2022 20:32:28 +0100 Subject: [PATCH] build: update Java version --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4cbf5bb..fe5e940d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,16 +19,15 @@ jobs: uses: styfle/cancel-workflow-action@0.11.0 - name: Checkout uses: actions/checkout@v3 - - name: Set up JDK 11 + - name: Set up JDK uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'zulu' - name: Setup Node.js uses: actions/setup-node@v3 with: node-version: "latest" - - name: Build with Gradle run: ./gradlew --no-daemon build - name: Setup semantic-release