Skip to content

Commit ba88b35

Browse files
committed
Drop unused ossrh profile
Drop unused ossrh profile
1 parent 778ea6a commit ba88b35

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
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build with Coverage reports
3737
if: matrix.sonar-enabled
3838
run: |
39-
./mvnw -B -U -Dstyle.color=always -Possrh -Dcoverage clean verify
39+
./mvnw -B -U -Dstyle.color=always -Dcoverage clean verify
4040
4141
- name: Sonar Analysis
4242
if: ${{ success() && matrix.sonar-enabled && github.event.pull_request.head.repo.full_name == github.repository }}

0 commit comments

Comments
 (0)