[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 <sychen@ctrip.com> Signed-off-by: Fu Chen <cfmcgrady@gmail.com>
This commit is contained in:
parent
c8b5384baf
commit
0e5008db19
3
.github/workflows/license.yml
vendored
3
.github/workflows/license.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user