123456789101112 |
- systemProp.repoPath = /var/repo
- # custom build config, would replace by environment variable
- buildVersion = 0.0.1
- patchVersion = 1
- gafVersion = 3.1.1224
- # Specifies the JVM arguments used for the daemon process.
- # The setting is particularly useful for tweaking memory settings.
- # Default value: -Xmx10248m -XX:MaxPermSize=256m
- org.gradle.jvmargs=-Xmx1024m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
- org.gradle.parallel=true
|