Skip to content

Commit 8325635

Browse files
committed
Drop unused ossrh profile
Drop unused ossrh profile
1 parent d7be61c commit 8325635

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Build with Coverage reports
4848
if: matrix.sonar-enabled
4949
run: |
50-
./mvnw -B -U -Dstyle.color=always -Possrh,coverage clean verify
50+
./mvnw -B -U -Dstyle.color=always -Dcoverage clean verify
5151
5252
- name: Build coverage report
5353
if: matrix.sonar-enabled

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Build with Coverage reports
4141
if: matrix.sonar-enabled
4242
run: |
43-
./mvnw -B -U -Dstyle.color=always -Possrh,coverage clean verify
43+
./mvnw -B -U -Dstyle.color=always -Dcoverage clean verify
4444
4545
- name: Build coverage report
4646
if: matrix.sonar-enabled

0 commit comments

Comments
 (0)