Skip to content

Commit

Permalink
ci: 💚 Disable Gradle wrapper caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Dec 6, 2024
1 parent 4f58b8f commit 2f5243f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
with:
path: |
~/.gradle/caches
~/.gradle/wrapper/
key: ${{ runner.os }}-gradle
restore-keys: |
${{ runner.os }}-gradle
Expand Down Expand Up @@ -50,16 +49,17 @@ jobs:
strategy:
matrix:
# REMINDER: Update this array when adding new game versions.
game_version: [
"1.20.1-fabric",
"1.20.1-forge",
"1.20.4-fabric",
"1.20.4-neoforge",
"1.20.6-fabric",
"1.20.6-neoforge",
"1.21-fabric",
"1.21-neoforge"
]
game_version:
[
"1.20.1-fabric",
"1.20.1-forge",
"1.20.4-fabric",
"1.20.4-neoforge",
"1.20.6-fabric",
"1.20.6-neoforge",
"1.21-fabric",
"1.21-neoforge",
]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 2f5243f

Please sign in to comment.