Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit a415bf7

Browse files
committed
update workflow script and configuration files
1 parent ef6f503 commit a415bf7

7 files changed

Lines changed: 66 additions & 14 deletions

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
- name: Configure Git
2222
run: git config --global user.email "no-reply@github.com" && git config --global user.name "Github Actions"
2323
- name: Apply Patches
24-
run: ./gradlew applyPatches --no-daemon --stacktrace
24+
run: ./gradlew applyAllPatches --no-daemon --stacktrace
2525
- name: Build
2626
run: ./gradlew build --no-daemon --stacktrace
2727
- name: Rebuild on Failure
2828
if: ${{ failure() }}
2929
run: |
30-
./gradlew clean cleanCache
31-
./gradlew applyPatches --no-daemon --stacktrace
30+
./gradlew clean cleanCache --refresh-dependencies
31+
./gradlew applyAllPatches --no-daemon --stacktrace
3232
./gradlew build --no-daemon --stacktrace

.idea/runConfigurations/Run_Purpur_Paperclip_Jar.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Upstream_Paper__applyPatches_.xml renamed to .idea/runConfigurations/Upstream_Paper__applyAllPatches_.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Upstream_Paper__build_.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Upstream_Paper__rebuildAllServerPatches_.xml

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Upstream_Paper__rebuildPaperApiGeneratorPatches_.xml

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Upstream_Paper__rebuildPatches_.xml renamed to .idea/runConfigurations/Upstream_Paper__rebuildPaperApiPatches_.xml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)