Skip to content

Commit 9eb6e4c

Browse files
committed
Drop unused ossrh profile
Drop unused ossrh profile
1 parent 9c7e0bb commit 9eb6e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 -Dcoverage clean verify
43+
./mvnw -B -U -Dstyle.color=always -Dcoverage clean verify
4444
4545
- name: Sonar Analysis
4646
if: ${{ success() && matrix.sonar-enabled && github.event.pull_request.head.repo.full_name == github.repository }}

0 commit comments

Comments
 (0)