Skip to content

Commit

Permalink
Add java binaries arg
Browse files Browse the repository at this point in the history
  • Loading branch information
evaggelos99 committed May 24, 2024
1 parent 30c76d7 commit 079f03b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: SonarCloud Scan
uses: sonarsource/[email protected]
Expand All @@ -45,7 +44,7 @@ jobs:
-Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY }}
-Dsonar.sources=event-management-system/src/main/java/
-Dsonar.tests=event-management-system/src/test/java/
-Dsonar.exclusions=event-management-system/target/**/.java
-Dsonar.java.binaries=event-management-system/target/**/.java
-Dsonar.language=java
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 079f03b

Please sign in to comment.