mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-11 05:36:17 +00:00
ci: Do not start a Gradle daemon for PR builds
Because there are no subsequent builds, a daemon is not necessary
This commit is contained in:
2
.github/workflows/build_pull_request.yml
vendored
2
.github/workflows/build_pull_request.yml
vendored
@@ -20,4 +20,4 @@ jobs:
|
||||
uses: burrunan/gradle-cache-action@v1
|
||||
|
||||
- name: Build
|
||||
run: ./gradlew build clean
|
||||
run: ./gradlew build --no-daemon
|
||||
|
||||
Reference in New Issue
Block a user