Skip to content

Commit

Permalink
Disable caching for sonarcloud builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Apr 11, 2024
1 parent 0688b41 commit dd9cbbd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Expand Up @@ -51,7 +51,6 @@ jobs:
with:
java-version: '17'
distribution: 'adopt'
cache: maven
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand All @@ -70,4 +69,4 @@ jobs:
distribution: 'adopt'
cache: maven
- name: Build with Gradle
run: cd gradle-plugin && ./gradlew build
run: cd gradle-plugin && ./gradlew build

0 comments on commit dd9cbbd

Please sign in to comment.