mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 08:27:43 +01:00
update workflow script and configuration files
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -21,12 +21,12 @@ jobs:
|
||||
- name: Configure Git
|
||||
run: git config --global user.email "no-reply@github.com" && git config --global user.name "Github Actions"
|
||||
- name: Apply Patches
|
||||
run: ./gradlew applyPatches --no-daemon --stacktrace
|
||||
run: ./gradlew applyAllPatches --no-daemon --stacktrace
|
||||
- name: Build
|
||||
run: ./gradlew build --no-daemon --stacktrace
|
||||
- name: Rebuild on Failure
|
||||
if: ${{ failure() }}
|
||||
run: |
|
||||
./gradlew clean cleanCache
|
||||
./gradlew applyPatches --no-daemon --stacktrace
|
||||
./gradlew clean cleanCache --refresh-dependencies
|
||||
./gradlew applyAllPatches --no-daemon --stacktrace
|
||||
./gradlew build --no-daemon --stacktrace
|
||||
|
||||
Reference in New Issue
Block a user