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 2a4b305 commit 0aa6decCopy full SHA for 0aa6dec
.github/workflows/enforce-license-compliance.yml
@@ -19,6 +19,9 @@ jobs:
19
distribution: 'temurin'
20
java-version: '17'
21
22
+ - name: Checkout
23
+ uses: actions/checkout@v4
24
+
25
- name: Disable Gradle configuration cache (see https://github.com/fossas/fossa-cli/issues/872)
26
run: sed -i 's/^org.gradle.configuration-cache=.*/org.gradle.configuration-cache=false/' gradle.properties
27
0 commit comments