mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-17 13:53:53 +00:00
update gradle parameters
This commit is contained in:
parent
3a4c0c4226
commit
d8e5825ccf
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -16,4 +16,4 @@ jobs:
|
||||
with:
|
||||
java-version: 17
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
run: ./gradlew build --no-daemon
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user