Skip to content

Commit

Permalink
Use cache again in generateLicenseReport (#12778)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Nov 23, 2024
1 parent f5e643b commit 98b75c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ jobs:
- name: Generate license report
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
# currently ignoring inputs.no-build-cache and always running with --no-build-cache
# see https://github.com/jk1/Gradle-License-Report/issues/231
run: ./gradlew generateLicenseReport --no-build-cache
run: ./gradlew generateLicenseReport ${{ inputs.no-build-cache && '--no-build-cache' || '' }}

- name: Check licenses
run: |
Expand Down

0 comments on commit 98b75c9

Please sign in to comment.