9
0
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:
MrPowerGamerBR
2023-11-22 11:29:05 -03:00
parent 8dbc519375
commit b4a0b43344
5 changed files with 33 additions and 8 deletions

View File

@@ -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"