From 0c6fd842822525a0ea4c128fb672d9b6e8a4ce45 Mon Sep 17 00:00:00 2001 From: Huaxing YUAN <37816968+huaxing-yuan@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:45:47 +0100 Subject: [PATCH] Update build-and-publish-PROnly.yml (JDK17 temurin) --- .github/workflows/build-and-publish-PROnly.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-publish-PROnly.yml b/.github/workflows/build-and-publish-PROnly.yml index f3f8d52..8c37408 100644 --- a/.github/workflows/build-and-publish-PROnly.yml +++ b/.github/workflows/build-and-publish-PROnly.yml @@ -24,6 +24,7 @@ jobs: - name: Set up JDK 17 uses: actions/setup-java@v4 with: + distribution: 'temurin' java-version: '17' - uses: actions/checkout@v4 with: