9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-26 18:39:23 +00:00

99% of gamblers quit before they hit big...

This commit is contained in:
Taiyou06
2025-03-10 22:00:36 +01:00
parent 32ecfb2385
commit 1aaaa7a1fe

View File

@@ -60,10 +60,12 @@ jobs:
- name: Configure Gradle Properties
run: |
mkdir -p ~/.gradle
echo "org.gradle.daemon=true" >> ~/.gradle/gradle.properties
echo "org.gradle.parallel=true" >> ~/.gradle/gradle.properties
echo "org.gradle.caching=true" >> ~/.gradle/gradle.properties
echo "org.gradle.configuration-cache=true" >> ~/.gradle/gradle.properties
echo "org.gradle.configuration-cache.problems=warn" >> ~/.gradle/gradle.properties
echo "org.gradle.jvmargs=${{ env.GRADLE_MEMORY }} -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8" >> ~/.gradle/gradle.properties
echo "org.gradle.parallel=true" >> ~/.gradle/gradle.properties
echo "org.gradle.daemon=true" >> ~/.gradle/gradle.properties
echo "kotlin.incremental=true" >> ~/.gradle/gradle.properties
- name: Apply patches
@@ -77,7 +79,7 @@ jobs:
--max-workers=$PARALLELISM \
--build-cache \
--configuration-cache \
--no-configuration-cache-question
--configuration-cache-problems=warn
- name: Create MojmapPaperclipJar
run: ./gradlew createMojmapPaperclipJar --stacktrace --parallel