Skip to content

Commit

Permalink
ci(snapshot): allow some caching unrelated to snapshot version (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy authored Jan 16, 2025
1 parent 19e7a7b commit 3e3d40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
uses: gradle/actions/setup-gradle@v4

- name: Build using latest runelite snapshot version
run: ./gradlew --no-build-cache -Puse.snapshot clean build -x test
run: ./gradlew --refresh-dependencies -Puse.snapshot clean build -x test

0 comments on commit 3e3d40d

Please sign in to comment.