Skip to content

Commit

Permalink
chore: fix build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Xstoudi authored Nov 14, 2024
1 parent 05d4917 commit 6c44fb2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
uses: gradle/actions/setup-gradle@v4

# Set environment variables
- name: Export Properties
Expand Down Expand Up @@ -206,4 +204,4 @@ jobs:
--notes "$(cat << 'EOM'
${{ needs.build.outputs.changelog }}
EOM
)"
)"

0 comments on commit 6c44fb2

Please sign in to comment.