mirror of
https://github.com/SparklyPower/SparklyPaper.git
synced 2025-12-31 04:46:29 +00:00
Add build without Parallel World Ticking
This commit is contained in:
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@@ -37,3 +37,14 @@ jobs:
|
||||
with:
|
||||
name: SparklyPaper Paperclip
|
||||
path: "build/libs/SparklyPaper-paperclip-*.jar"
|
||||
- name: Delete Parallel world ticking patch
|
||||
run: rm patches/server/*-Parallel-world-ticking.patch
|
||||
- name: Apply Patches
|
||||
run: ./gradlew applyPatches
|
||||
- name: Build
|
||||
run: ./gradlew build
|
||||
- name: Create reobf Paperclip JAR
|
||||
run: ./gradlew -PsparklypaperImplementationVersionSuffix=without-pwt createReobfPaperclipJar
|
||||
with:
|
||||
name: SparklyPaper (without Parallel World Ticking) Paperclip
|
||||
path: "build/libs/SparklyPaper-paperclip-*.jar"
|
||||
|
||||
Reference in New Issue
Block a user