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

Set the property on every gradle invocation

This commit is contained in:
MrPowerGamerBR
2023-11-22 13:28:10 -03:00
parent 9715e4901d
commit dc7cea5f1b

View File

@@ -29,9 +29,9 @@ jobs:
- name: Delete Parallel world ticking patch
run: rm patches/server/*-Parallel-world-ticking.patch
- name: Apply Patches
run: ./gradlew applyPatches
run: ./gradlew -PsparklypaperImplementationVersionSuffix=without-pwt applyPatches
- name: Build
run: ./gradlew build
run: ./gradlew -PsparklypaperImplementationVersionSuffix=without-pwt build
- name: Create reobf Paperclip JAR
run: ./gradlew -PsparklypaperImplementationVersionSuffix=without-pwt createReobfPaperclipJar
- uses: actions/upload-artifact@v2