Skip to content

Commit 95eff4e

Browse files
committed
try adding the props
1 parent 458ba3e commit 95eff4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2121
GITHUB_TOKEN: ${{ github.token }}
22-
run: mvn -B install sonar:sonar -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
22+
run: mvn -B install sonar:sonar -Dsonar.organization=solubris -Dsonar.projectKey=solubris_coding-rules -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
2323
- name: Extract pull request number # (commenting on the pull request requires the PR number)
2424
uses: jwalton/gh-find-current-pr@v1
2525
id: pr

0 commit comments

Comments
 (0)