From 734d2f257040bf7cdf9f1b4cc7ed797b3b7f894b Mon Sep 17 00:00:00 2001 From: lanthale Date: Sat, 28 Oct 2023 22:22:34 +0200 Subject: [PATCH] Update create_release_package.yml --- .github/workflows/create_release_package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create_release_package.yml b/.github/workflows/create_release_package.yml index f225547..6f31482 100644 --- a/.github/workflows/create_release_package.yml +++ b/.github/workflows/create_release_package.yml @@ -19,7 +19,7 @@ jobs: - name: Set up JDK 21 uses: actions/setup-java@v3 with: - distribution: 'zulu' # See 'Supported distributions' for available options + distribution: 'temurin' # See 'Supported distributions' for available options java-version: '21' architecture: 'x64' # defaults to 'x64' cache: 'maven' @@ -59,7 +59,7 @@ jobs: - name: Set up JDK 21 uses: actions/setup-java@v3 with: - distribution: 'zulu' # See 'Supported distributions' for available options + distribution: 'temurin' # See 'Supported distributions' for available options java-version: '21' architecture: 'x64' # defaults to 'x64' cache: 'maven' @@ -99,7 +99,7 @@ jobs: - name: Set up JDK 21 uses: actions/setup-java@v3 with: - distribution: 'zulu' # See 'Supported distributions' for available options + distribution: 'temurin' # See 'Supported distributions' for available options java-version: '21' architecture: 'x64' # defaults to 'x64' cache: 'maven'