Skip to content

Commit

Permalink
Set the property on every gradle invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Nov 22, 2023
1 parent 9715e49 commit dc7cea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-without-pwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc7cea5

Please sign in to comment.