chore: ビルド高速化の設定を追加

This commit is contained in:
usbharu 2023-04-29 23:01:27 +09:00
parent d51eccfe8d
commit b9a51363e7
1 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,7 @@ kotlin.code.style=official
exposed_version=0.41.1
h2_version=2.1.214
koin_version=3.3.1
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.caching=true
org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC