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 e67fcba commit 64edbc3
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 -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=sebasbaumh_mapbox-vector-tile-java -Dsonar.organization=sebasbaumh -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=${{ secrets.SONAR_TOKEN }}
env:
Expand Down

0 comments on commit 64edbc3

Please sign in to comment.