This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 0e95e433296 update build with jdk17
0e95e433296 is described below
commit 0e95e433296200b09e64ef231b9f683521d01b2b
Author: Li Li <[email protected]>
AuthorDate: Tue May 10 10:31:02 2022 +0800
update build with jdk17
Signed-off-by: Li Li <[email protected]>
---
.github/workflows/ci-pulsar-website-build.yaml | 4 ++--
.github/workflows/ci-pulsar-website-next-build.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/ci-pulsar-website-build.yaml
b/.github/workflows/ci-pulsar-website-build.yaml
index cf1fe76c1eb..89d87764b85 100644
--- a/.github/workflows/ci-pulsar-website-build.yaml
+++ b/.github/workflows/ci-pulsar-website-build.yaml
@@ -51,11 +51,11 @@ jobs:
${{ runner.os }}-m2-dependencies-core-modules-${{
hashFiles('**/pom.xml') }}
${{ runner.os }}-m2-dependencies-core-modules-
- - name: Set up JDK 11
+ - name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: 'temurin'
- java-version: 11
+ java-version: 17
- name: Clean disk
run: |
diff --git a/.github/workflows/ci-pulsar-website-next-build.yaml
b/.github/workflows/ci-pulsar-website-next-build.yaml
index eac0ab72bbd..931c4d6ab03 100644
--- a/.github/workflows/ci-pulsar-website-next-build.yaml
+++ b/.github/workflows/ci-pulsar-website-next-build.yaml
@@ -65,11 +65,11 @@ jobs:
${{ runner.os }}-m2-dependencies-core-modules-${{
hashFiles('**/pom.xml') }}
${{ runner.os }}-m2-dependencies-core-modules-
- - name: Set up JDK 11
+ - name: Set up JDK 17
uses: actions/setup-java@v2
with:
- distribution: "temurin"
- java-version: 11
+ distribution: 'temurin'
+ java-version: 17
- name: Clean disk
run: |