-
-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,12 +21,12 @@ jobs: | |
- name: Configure Git | ||
run: git config --global user.email "[email protected]" && 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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.