Skip to content

Commit

Permalink
Add workflow gradle cache
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Dec 15, 2021
1 parent 0a4d7d2 commit 145ace8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
distribution: adopt
java-version: 16
cache: gradle

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
distribution: adopt
java-version: 16
cache: gradle

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 145ace8

Please sign in to comment.