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

diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ced03e3 [Chore] Fix code inspection workflow failure (#533)
1ced03e3 is described below

commit 1ced03e3f52306f1559cd6dc819ed1c8f7e3e0be
Author: wudongliang <[email protected]>
AuthorDate: Thu Jan 2 11:28:42 2025 +0800

    [Chore] Fix code inspection workflow failure (#533)
---
 .github/workflows/checkstyle.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/checkstyle.yaml 
b/.github/workflows/checkstyle.yaml
index de1691fe..325ed71a 100644
--- a/.github/workflows/checkstyle.yaml
+++ b/.github/workflows/checkstyle.yaml
@@ -32,6 +32,12 @@ jobs:
           persist-credentials: false
           submodules: recursive
 
+      - name: Setup java
+        uses: actions/setup-java@v2
+        with:
+          distribution: adopt
+          java-version: '8'
+
       - name: Run java checkstyle
         run:
           cd flink-doris-connector && mvn clean compile checkstyle:checkstyle
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to