Files
TrisolarisServer/gradle.properties
deploy 7b1bb55008
Some checks failed
build-and-deploy / build-deploy (push) Has been cancelled
Enable Gradle cache and config cache
2026-01-26 17:51:38 +05:30

8 lines
207 B
INI

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