This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 954f5d7e51 use Temurin instead of AdoptOpenJdk (#12533)
954f5d7e51 is described below
commit 954f5d7e515d523c3f865a567e02e9faceb05bef
Author: sullis <[email protected]>
AuthorDate: Fri Mar 1 15:59:09 2024 -0800
use Temurin instead of AdoptOpenJdk (#12533)
---
.github/workflows/pinot_compatibility_tests.yml | 2 +-
.github/workflows/pinot_tests.yml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/pinot_compatibility_tests.yml
b/.github/workflows/pinot_compatibility_tests.yml
index d184bd9d45..c8ece5946b 100644
--- a/.github/workflows/pinot_compatibility_tests.yml
+++ b/.github/workflows/pinot_compatibility_tests.yml
@@ -41,7 +41,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: 11
- distribution: 'adopt'
+ distribution: 'temurin'
cache: 'maven'
- name: Setup node
uses: actions/setup-node@v3
diff --git a/.github/workflows/pinot_tests.yml
b/.github/workflows/pinot_tests.yml
index 6f8a56fa73..e38d53de8a 100644
--- a/.github/workflows/pinot_tests.yml
+++ b/.github/workflows/pinot_tests.yml
@@ -54,7 +54,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: 11
- distribution: 'adopt'
+ distribution: 'temurin'
cache: 'maven'
- name: Linter Test
env:
@@ -276,7 +276,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: 11
- distribution: 'adopt'
+ distribution: 'temurin'
cache: 'maven'
- name: Setup node
uses: actions/setup-node@v3
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]