Skip to content

Commit

Permalink
Remove gradle cache plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
demonsh committed Dec 11, 2024
1 parent 7c7c772 commit 60eed47
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: Setup Gradle Cache
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Build and Publish Library
run: |
set -e # Exit on any error
Expand Down

0 comments on commit 60eed47

Please sign in to comment.