We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4256a9 commit 84ecfa5Copy full SHA for 84ecfa5
.github/workflows/build-common.yml
@@ -68,7 +68,8 @@ jobs:
68
cache-read-only: ${{ inputs.cache-read-only }}
69
70
- name: Generate license report
71
- run: ./gradlew generateLicenseReport ${{ inputs.no-build-cache && '--no-build-cache' || '' }}
+ # with the build cache enabled occasionally produces outdated results
72
+ run: ./gradlew generateLicenseReport --no-build-cache
73
74
- name: Check licenses
75
run: |
0 commit comments