Move Gradle workers cap to CI
Some checks failed
build-and-deploy / build-deploy (push) Has been cancelled
Some checks failed
build-and-deploy / build-deploy (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -6,4 +6,3 @@ org.gradle.daemon=false
|
||||
org.gradle.jvmargs=-Xmx10g -Dfile.encoding=UTF-8
|
||||
kotlin.incremental=true
|
||||
|
||||
org.gradle.workers.max=6
|
||||
|
||||
Reference in New Issue
Block a user