Skip to content

Commit

Permalink
Hopefully Fixed Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Outspending committed Dec 29, 2023
1 parent 35273f7 commit ffaec98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

- name: Cache Gradle
uses: actions/cache@v2
run: ./gradle clean
with:
path: |
~/.gradle/caches
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'io.papermc.paperweight.userdev' version '1.5.11'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'java-library'
}

Expand Down

0 comments on commit ffaec98

Please sign in to comment.