Move Gradle workers cap to CI
Some checks failed
build-and-deploy / build-deploy (push) Has been cancelled

This commit is contained in:
deploy
2026-01-26 17:57:07 +05:30
parent 8887e456ac
commit 41299e6071
2 changed files with 1 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Build (skip tests)
env:
GRADLE_OPTS: "-Dorg.gradle.internal.http.connectionTimeout=60000 -Dorg.gradle.internal.http.socketTimeout=60000"
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
- name: Deploy jar and restart