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:
parent
a6d8e4210f
commit
ea33863083
1 changed files with 1 additions and 1 deletions
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
|
uses: burrunan/gradle-cache-action@v1
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./gradlew build clean
|
run: ./gradlew build --no-daemon
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue