From cf54547174eddfd09c9c1e6d37f6ae0176960d3b Mon Sep 17 00:00:00 2001 From: other Date: Wed, 15 Mar 2023 23:18:28 -0500 Subject: [PATCH] disable xml report --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 92846f274..ec727f887 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,4 +27,4 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn -B package --file pom.xml + run: mvn -B package --file pom.xml -DdisableXmlReport=true