9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2025-12-19 15:09:27 +00:00

Fix build without PWT workflow

This commit is contained in:
MrPowerGamerBR
2024-11-25 13:42:13 -03:00
parent d1ef82909d
commit 32b3c0c570

View File

@@ -27,7 +27,7 @@ jobs:
- name: Grant execute permission for gradlew - name: Grant execute permission for gradlew
run: chmod +x gradlew run: chmod +x gradlew
- name: Delete Parallel world ticking patch - name: Delete Parallel world ticking patch
run: rm patches/server/*-Parallel-world-ticking.patch patches/api/*-Parallel-world-ticking.patch run: rm patches/server/*-Parallel-world-ticking.patch
- name: Apply Patches - name: Apply Patches
run: ./gradlew -PsparklypaperImplementationVersionSuffix=without-pwt applyPatches run: ./gradlew -PsparklypaperImplementationVersionSuffix=without-pwt applyPatches
- name: Build - name: Build