This is an automated email from the ASF dual-hosted git repository.

vbalaji pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 56142a0ff61 [MINOR] use Temurin jdk (#10948)
56142a0ff61 is described below

commit 56142a0ff6129d83fa7f29a8fb242c0d55e5f6a2
Author: sullis <[email protected]>
AuthorDate: Sat Apr 6 19:00:36 2024 -0700

    [MINOR] use Temurin jdk (#10948)
---
 .github/workflows/bot.yml                          | 24 +++++++++++-----------
 .github/workflows/release_candidate_validation.yml |  2 +-
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml
index 3007c752534..123660b119e 100644
--- a/.github/workflows/bot.yml
+++ b/.github/workflows/bot.yml
@@ -40,7 +40,7 @@ jobs:
         uses: actions/setup-java@v3
         with:
           java-version: '8'
-          distribution: 'adopt'
+          distribution: 'temurin'
           architecture: x64
           cache: maven
       - name: Check Binary Files
@@ -92,7 +92,7 @@ jobs:
         uses: actions/setup-java@v3
         with:
           java-version: '8'
-          distribution: 'adopt'
+          distribution: 'temurin'
           architecture: x64
           cache: maven
       - name: Build Project
@@ -163,7 +163,7 @@ jobs:
         uses: actions/setup-java@v3
         with:
           java-version: '8'
-          distribution: 'adopt'
+          distribution: 'temurin'
           architecture: x64
           cache: maven
       - name: Build Project
@@ -205,7 +205,7 @@ jobs:
         uses: actions/setup-java@v3
         with:
           java-version: '8'
-          distribution: 'adopt'
+          distribution: 'temurin'
           architecture: x64
           cache: maven
       - name: Generate Maven Wrapper
@@ -247,7 +247,7 @@ jobs:
         uses: actions/setup-java@v3
         with:
           java-version: '8'
-          distribution: 'adopt'
+          distribution: 'temurin'
           architecture: x64
           cache: maven
       - name: Build Project
@@ -260,7 +260,7 @@ jobs:
         uses: actions/setup-java@v3
         with:
           java-version: '17'
-          distribution: 'adopt'
+          distribution: 'temurin'
           architecture: x64
           cache: maven
       - name: Quickstart Test
@@ -307,7 +307,7 @@ jobs:
         uses: actions/setup-java@v3
         with:
           java-version: '8'
-          distribution: 'adopt'
+          distribution: 'temurin'
           architecture: x64
           cache: maven
       - name: Build Project
@@ -320,7 +320,7 @@ jobs:
         uses: actions/setup-java@v3
         with:
           java-version: '17'
-          distribution: 'adopt'
+          distribution: 'temurin'
           architecture: x64
           cache: maven
       - name: Scala UT - Common & Spark
@@ -356,7 +356,7 @@ jobs:
         uses: actions/setup-java@v3
         with:
           java-version: '8'
-          distribution: 'adopt'
+          distribution: 'temurin'
           architecture: x64
           cache: maven
       - name: Build Project
@@ -398,7 +398,7 @@ jobs:
         uses: actions/setup-java@v3
         with:
           java-version: '8'
-          distribution: 'adopt'
+          distribution: 'temurin'
           architecture: x64
           cache: maven
       - name: UT/FT - Docker Test - OpenJDK 17
@@ -447,7 +447,7 @@ jobs:
         uses: actions/setup-java@v3
         with:
           java-version: '8'
-          distribution: 'adopt'
+          distribution: 'temurin'
           architecture: x64
           cache: maven
       - name: Build Project
@@ -502,7 +502,7 @@ jobs:
         uses: actions/setup-java@v3
         with:
           java-version: '8'
-          distribution: 'adopt'
+          distribution: 'temurin'
           architecture: x64
           cache: maven
       - name: Build Project
diff --git a/.github/workflows/release_candidate_validation.yml 
b/.github/workflows/release_candidate_validation.yml
index 2f14fd96f7d..02a598888ea 100644
--- a/.github/workflows/release_candidate_validation.yml
+++ b/.github/workflows/release_candidate_validation.yml
@@ -72,7 +72,7 @@ jobs:
         uses: actions/setup-java@v3
         with:
           java-version: '8'
-          distribution: 'adopt'
+          distribution: 'temurin'
           architecture: x64
           cache: maven
       - name: IT - Bundle Validation - OpenJDK 8

Reply via email to