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:
4
.github/workflows/build-without-pwt.yml
vendored
4
.github/workflows/build-without-pwt.yml
vendored
@@ -29,9 +29,9 @@ jobs:
|
|||||||
- name: Delete Parallel world ticking patch
|
- name: Delete Parallel world ticking patch
|
||||||
run: rm patches/server/*-Parallel-world-ticking.patch
|
run: rm patches/server/*-Parallel-world-ticking.patch
|
||||||
- name: Apply Patches
|
- name: Apply Patches
|
||||||
run: ./gradlew applyPatches
|
run: ./gradlew -PsparklypaperImplementationVersionSuffix=without-pwt applyPatches
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./gradlew build
|
run: ./gradlew -PsparklypaperImplementationVersionSuffix=without-pwt build
|
||||||
- name: Create reobf Paperclip JAR
|
- name: Create reobf Paperclip JAR
|
||||||
run: ./gradlew -PsparklypaperImplementationVersionSuffix=without-pwt createReobfPaperclipJar
|
run: ./gradlew -PsparklypaperImplementationVersionSuffix=without-pwt createReobfPaperclipJar
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user