[no ci] Use one-time daemon
This commit is contained in:
parent
a98cc53b41
commit
c8cf0d7437
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#name: build-and-test
|
name: build-and-test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- pull_request
|
- pull_request
|
||||||
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://code.forgejo.org/actions/checkout@v4
|
uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: ./gradlew build
|
run: ./gradlew --no-daemon build
|
||||||
- name: Upload library JARs
|
- name: Upload library JARs
|
||||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue