Skip to content

Commit 1bbb144

Browse files
optimizing-ci-buildsotherwumpz
authored
Ignoring unnecessarily generated jacoco report (#1762)
* Ignoring unnecessarily generated jacoco report * Ignoring unnecessarily generated by pmd plugin --------- Co-authored-by: other <[email protected]> Co-authored-by: Tobias <[email protected]>
1 parent 5264827 commit 1bbb144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
distribution: 'temurin'
2828
cache: maven
2929
- name: Build with Maven
30-
run: mvn -B package --file pom.xml -DdisableXmlReport=true -Dpmd.skip=true
30+
run: mvn -B package --file pom.xml -DdisableXmlReport=true -Djacoco.skip=true -Dpmd.skip=true

0 commit comments

Comments
 (0)