We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c361409 commit e486629Copy full SHA for e486629
1 file changed
.github/workflows/rat.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
git clone https://github.com/shapeblue/cloudstack-nonoss.git nonoss && cd nonoss && bash -x install-non-oss.sh && cd ..
44
rm -fr nonoss
45
- 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
46
- name: Rat Report
47
if: always()
48
0 commit comments