We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3699cd5 commit 2a4b305Copy full SHA for 2a4b305
.github/workflows/enforce-license-compliance.yml
@@ -19,6 +19,9 @@ jobs:
19
distribution: 'temurin'
20
java-version: '17'
21
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
+
25
- name: 'Enforce License Compliance'
26
uses: getsentry/action-enforce-license-compliance@main
27
with:
0 commit comments