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

csy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 208864a80 [CELEBORN-1108][FOLLOWUP] Use rat plugin check Flink 1.18
208864a80 is described below

commit 208864a807e65d811918098cec0978734042d9ca
Author: sychen <[email protected]>
AuthorDate: Wed Nov 8 12:54:23 2023 +0800

    [CELEBORN-1108][FOLLOWUP] Use rat plugin check Flink 1.18
    
    ### What changes were proposed in this pull request?
    
    ### Why are the changes needed?
    Because now we support Flink 1.18.
    
    ### Does this PR introduce _any_ user-facing change?
    
    ### How was this patch tested?
    
    Closes #2079 from cxzl25/CELEBORN-1108-FOLLOWOUP.
    
    Authored-by: sychen <[email protected]>
    Signed-off-by: Shaoyun Chen <[email protected]>
---
 .github/workflows/license.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index 2a763742c..04048f26d 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -46,6 +46,7 @@ jobs:
           build/mvn org.apache.rat:apache-rat-plugin:check 
-Pgoogle-mirror,flink-1.14
           build/mvn org.apache.rat:apache-rat-plugin:check 
-Pgoogle-mirror,flink-1.15
           build/mvn org.apache.rat:apache-rat-plugin:check 
-Pgoogle-mirror,flink-1.17
+          build/mvn org.apache.rat:apache-rat-plugin:check 
-Pgoogle-mirror,flink-1.18
           build/mvn org.apache.rat:apache-rat-plugin:check 
-Pgoogle-mirror,spark-2.4
           build/mvn org.apache.rat:apache-rat-plugin:check 
-Pgoogle-mirror,spark-3.3
           build/mvn org.apache.rat:apache-rat-plugin:check -Pgoogle-mirror,mr

Reply via email to