Cache issue?

This commit is contained in:
Etil
2021-12-02 15:28:34 +01:00
committed by GitHub
parent 0a1ed84007
commit 49828aadda

View File

@@ -29,9 +29,12 @@ jobs:
run: |
git config --global user.email "no-reply@github.com"
git config --global user.name "Github Actions"
- name: Clean cache
run: |
./gradlew cleanCache --stacktrace --no-daemon
- name: Patch
run: |
./gradlew clean applyPatches --stacktrace --no-daemon
./gradlew applyPatches --stacktrace --no-daemon
- name: Build
run: |
./gradlew createReobfBundlerJar --stacktrace --no-daemon