Skip to content

Commit 84ecfa5

Browse files
committed
disable build cache for license report
1 parent a4256a9 commit 84ecfa5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-common.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ jobs:
6868
cache-read-only: ${{ inputs.cache-read-only }}
6969

7070
- name: Generate license report
71-
run: ./gradlew generateLicenseReport ${{ inputs.no-build-cache && '--no-build-cache' || '' }}
71+
# with the build cache enabled occasionally produces outdated results
72+
run: ./gradlew generateLicenseReport --no-build-cache
7273

7374
- name: Check licenses
7475
run: |

0 commit comments

Comments
 (0)