Skip to content

Commit

Permalink
Use caching.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasbaumh authored Aug 5, 2024
1 parent 02a161d commit eedb994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
java-version: 21
distribution: temurin
cache: maven
- name: Analyze with sonarcloud
run: mvn --batch-mode verify sonar:sonar -Dsonar.projectKey=sebasbaumh_postgis-java-ng -Dsonar.organization=sebasbaumh -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=${{ secrets.SONAR_TOKEN }}
env:
Expand Down

0 comments on commit eedb994

Please sign in to comment.