9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-25 01:49:16 +00:00

99% of gamblers quit before they hit big

This commit is contained in:
Taiyou06
2025-03-10 21:57:15 +01:00
parent 592174f220
commit 32ecfb2385

View File

@@ -27,6 +27,7 @@ jobs:
~/.gradle/caches/transforms-*
~/.gradle/wrapper
~/.gradle/build-cache-*
~/.gradle/configuration-cache-*
.gradle/patchCache
.gradle/patched
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties', 'buildSrc/**/*.kt', 'patches/**/*.patch') }}
@@ -75,7 +76,8 @@ jobs:
--stacktrace --parallel \
--max-workers=$PARALLELISM \
--build-cache \
--configuration-cache
--configuration-cache \
--no-configuration-cache-question
- name: Create MojmapPaperclipJar
run: ./gradlew createMojmapPaperclipJar --stacktrace --parallel