This commit is contained in:
dahn 2026-07-04 14:38:16 +00:00 committed by GitHub
commit 674ad09075
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ jobs:
uses: ./.github/actions/install-nonoss
- name: RAT licence checks
run: |
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: |