build: do not use a daemon when building

This decreases build times
This commit is contained in:
oSumAtrIX 2023-08-23 16:43:15 +02:00
parent c2da04a834
commit 45dd15f679
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
- name: Build with Gradle
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build
run: ./gradlew build --no-daemon
- name: Setup semantic-release
run: npm install
- name: Release