We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adeed53 commit 476d969Copy full SHA for 476d969
.github/workflows/maven.yml
@@ -27,4 +27,4 @@ jobs:
27
distribution: 'temurin'
28
cache: maven
29
- name: Build with Maven
30
- run: mvn -B package --file pom.xml
+ run: mvn -B package --file pom.xml -DdisableXmlReport=true
0 commit comments