Boost build speed
This commit is contained in:
4
.github/workflows/build-develop.yml
vendored
4
.github/workflows/build-develop.yml
vendored
@@ -32,10 +32,10 @@ jobs:
|
|||||||
chmod u+x gradlew
|
chmod u+x gradlew
|
||||||
- name: Apply patches
|
- name: Apply patches
|
||||||
run: |
|
run: |
|
||||||
./gradlew applyPatches --stacktrace --no-daemon
|
./gradlew -Dorg.gradle.jvmargs="-Dgraal.CompilerConfiguration=enterprise -Dgraal.UsePriorityInlining=true -Dgraal.Vectorization=true -Dgraal.OptDuplication=true --add-modules jdk.incubator.vector" applyPatches --stacktrace --no-daemon
|
||||||
- name: Build a paperclip jar
|
- name: Build a paperclip jar
|
||||||
run: |
|
run: |
|
||||||
./gradlew createReobfPaperclipJar --stacktrace --no-daemon
|
./gradlew -Dorg.gradle.jvmargs="-Dgraal.CompilerConfiguration=enterprise -Dgraal.UsePriorityInlining=true -Dgraal.Vectorization=true -Dgraal.OptDuplication=true --add-modules jdk.incubator.vector" createReobfPaperclipJar --stacktrace --no-daemon
|
||||||
- name: Rename Jar
|
- name: Rename Jar
|
||||||
run: "mv build/libs/keyi-paperclip-${{ env.MC_VERSION }}-R0.1-SNAPSHOT-reobf.jar build/libs/keyi-${{ env.ref }}-${{ env.MC_VERSION }}-${{ env.workflow }}.jar"
|
run: "mv build/libs/keyi-paperclip-${{ env.MC_VERSION }}-R0.1-SNAPSHOT-reobf.jar build/libs/keyi-${{ env.ref }}-${{ env.MC_VERSION }}-${{ env.workflow }}.jar"
|
||||||
- name: Release Artifacts
|
- name: Release Artifacts
|
||||||
|
|||||||
@@ -6,4 +6,4 @@ purpurCommit = 0d5fd505e5a82ea9e9d8afb35f72c5c3e03a4a9b
|
|||||||
org.gradle.caching = true
|
org.gradle.caching = true
|
||||||
org.gradle.parallel = true
|
org.gradle.parallel = true
|
||||||
org.gradle.vfs.watch = false
|
org.gradle.vfs.watch = false
|
||||||
org.gradle.jvmargs = -Xmx1G
|
org.gradle.jvmargs = -Xmx3G
|
||||||
Reference in New Issue
Block a user