mirror of https://github.com/apache/cloudstack.git
Update RAT plugin version from 0.12 to 0.18
This commit is contained in:
parent
c3614098da
commit
e4866293e9
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
run: |
|
||||
git clone https://github.com/shapeblue/cloudstack-nonoss.git nonoss && cd nonoss && bash -x install-non-oss.sh && cd ..
|
||||
rm -fr nonoss
|
||||
mvn -P developer,systemvm -Dsimulator -Dnoredist -pl . org.apache.rat:apache-rat-plugin:0.12:check
|
||||
mvn -P developer,systemvm -Dsimulator -Dnoredist -pl . org.apache.rat:apache-rat-plugin:0.18:check
|
||||
- name: Rat Report
|
||||
if: always()
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue