Skip to content

Commit

Permalink
build: gradle action
Browse files Browse the repository at this point in the history
  • Loading branch information
indrastorms committed Feb 11, 2024
1 parent 6d1f845 commit 2669f26
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
persist-credentials: false
fetch-depth: 0

- name: Cache Gradle
uses: burrunan/gradle-cache-action@v1
# - name: Cache Gradle
# uses: burrunan/gradle-cache-action@v1
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Build with Gradle
env:
Expand Down

0 comments on commit 2669f26

Please sign in to comment.