Skip to content

Commit

Permalink
Sonarcloud project key case-sensitive?
Browse files Browse the repository at this point in the history
  • Loading branch information
kerner1000 committed Feb 24, 2023
1 parent c2244c1 commit 4053411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
distribution: ${{ env.JAVA_DISTRIBUTION }}
cache: maven
- name: Build with Maven
run: mvn -B -Dsonar.host.url="https://sonarcloud.io" -Dsonar.organization=tools1000 -Dsonar.projectKey=tools1000_drrename-commons package jacoco:report sonar:sonar
run: mvn -B -Dsonar.host.url="https://sonarcloud.io" -Dsonar.organization=tools1000 -Dsonar.projectKey=Tools1000_drrename-commons package jacoco:report sonar:sonar

0 comments on commit 4053411

Please sign in to comment.