Skip to content

Commit

Permalink
ci: Fix issue in Post Setup Gradle build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozott00 committed Feb 14, 2025
1 parent 0c4f2bc commit bc6d8f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@ jobs:
# Setup Gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
# Temporarily removed because of an issue in the `Post Setup Gradle` step:
# https://github.com/gradle/actions/issues/431
# with:
# gradle-home-cache-cleanup: true


# Set environment variables
- name: Export Properties
Expand Down

0 comments on commit bc6d8f6

Please sign in to comment.