Skip to content

Commit

Permalink
enable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed Oct 11, 2023
1 parent a931595 commit e1562d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: gradle/[email protected]
if: startsWith(github.ref, 'refs/heads/2.x')
with:
arguments: publish
arguments: --build-cache publish
env:
gpg_private_key: ${{ secrets.gpg_private_key }}
gpg_passphrase: ${{ secrets.gpg_passphrase }}
Expand Down

0 comments on commit e1562d4

Please sign in to comment.