Skip to content

Commit

Permalink
Disable Gradle configuration cache for licensee stage.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Jun 17, 2023
1 parent f96deab commit 361f811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo ' }' >> settings.gradle.kts
echo '}' >> settings.gradle.kts
- name: 'Licenses'
run: ./gradlew licensee
run: ./gradlew licensee --no-configuration-cache
- name: 'Analyse'
run: ./gradlew detekt ktlintCheck lintDebug ${{ env.SCAN }}
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 361f811

Please sign in to comment.