Skip to content

Commit 2a4b305

Browse files
committed
Disable Gradle configuration cache for enforce-license-compliance workflow
1 parent 3699cd5 commit 2a4b305

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/enforce-license-compliance.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
distribution: 'temurin'
2020
java-version: '17'
2121

22+
- name: Disable Gradle configuration cache (see https://github.com/fossas/fossa-cli/issues/872)
23+
run: sed -i 's/^org.gradle.configuration-cache=.*/org.gradle.configuration-cache=false/' gradle.properties
24+
2225
- name: 'Enforce License Compliance'
2326
uses: getsentry/action-enforce-license-compliance@main
2427
with:

0 commit comments

Comments
 (0)