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 5264827 commit 1bbb144Copy full SHA for 1bbb144
.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 -DdisableXmlReport=true -Dpmd.skip=true
+ run: mvn -B package --file pom.xml -DdisableXmlReport=true -Djacoco.skip=true -Dpmd.skip=true
0 commit comments