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
|
||||
- name: Apply patches
|
||||
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
|
||||
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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user