update gradle parameters

This commit is contained in:
InsanusMokrassar 2024-07-07 19:35:21 +06:00
parent 3a4c0c4226
commit d8e5825ccf
2 changed files with 2 additions and 1 deletions

View File

@ -16,4 +16,4 @@ jobs:
with:
java-version: 17
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build --no-daemon

View File

@ -2,6 +2,7 @@ kotlin.code.style=official
org.gradle.parallel=true
# Due to parallel compilation project require next amount of memory on full build
org.gradle.jvmargs=-Xmx2344m
kotlin.daemon.jvmargs=-Xmx2g -Xms500m
kotlin_version=1.9.23