From dc7cea5f1b90b34b8556ae3862215a71da82cd12 Mon Sep 17 00:00:00 2001 From: MrPowerGamerBR Date: Wed, 22 Nov 2023 13:28:10 -0300 Subject: [PATCH] Set the property on every gradle invocation --- .github/workflows/build-without-pwt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-without-pwt.yml b/.github/workflows/build-without-pwt.yml index 7fea27a..dc73bd2 100644 --- a/.github/workflows/build-without-pwt.yml +++ b/.github/workflows/build-without-pwt.yml @@ -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