Use Gradle daemon in CI
Some checks failed
build-and-deploy / build-deploy (push) Has been cancelled

This commit is contained in:
deploy
2026-01-26 18:11:08 +05:30
parent 671922b363
commit 152bbbc575

View File

@@ -22,7 +22,7 @@ jobs:
- name: Build (skip tests)
env:
GRADLE_OPTS: "-Dorg.gradle.internal.http.connectionTimeout=60000 -Dorg.gradle.internal.http.socketTimeout=60000 -Dorg.gradle.workers.max=6"
run: ./gradlew build -x test --no-daemon
run: ./gradlew build -x test
- name: Deploy jar and restart
run: |