We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e643b commit 98b75c9Copy full SHA for 98b75c9
.github/workflows/build-common.yml
@@ -80,9 +80,7 @@ jobs:
80
- name: Generate license report
81
env:
82
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
83
- # currently ignoring inputs.no-build-cache and always running with --no-build-cache
84
- # see https://github.com/jk1/Gradle-License-Report/issues/231
85
- run: ./gradlew generateLicenseReport --no-build-cache
+ run: ./gradlew generateLicenseReport ${{ inputs.no-build-cache && '--no-build-cache' || '' }}
86
87
- name: Check licenses
88
run: |
0 commit comments