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

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