Enable Gradle cache and config cache
Some checks failed
build-and-deploy / build-deploy (push) Has been cancelled

This commit is contained in:
deploy
2026-01-26 17:51:38 +05:30
parent 9ff84c2111
commit 7b1bb55008

7
gradle.properties Normal file
View File

@@ -0,0 +1,7 @@
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.parallel=true
org.gradle.vfs.watch=true
org.gradle.daemon=false
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
kotlin.incremental=true