From 0e5008db191afe75417cdce97deb8232b7ab6fb0 Mon Sep 17 00:00:00 2001 From: sychen Date: Fri, 3 Nov 2023 14:03:08 +0800 Subject: [PATCH] [CELEBORN-1108] Rat plugin check for more modules ### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? Closes #2068 from cxzl25/CELEBORN-1108. Authored-by: sychen Signed-off-by: Fu Chen --- .github/workflows/license.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index be166aff5..2a763742c 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -44,8 +44,11 @@ jobs: check-latest: false - run: | 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,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 - name: Upload rat report if: failure() uses: actions/upload-artifact@v2