disable xml report (#4880)

This commit is contained in:
optimizing-ci-builds 2023-03-22 00:05:40 -05:00 committed by GitHub
parent 2d78eaa495
commit c072ae4990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,4 +49,4 @@ jobs:
# 4. Build via Maven
- name: Build via Maven
run: mvn verify -B --file pom.xml
run: mvn verify -B --file pom.xml -DdisableXmlReport=true