-
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathgradle.properties
More file actions
25 lines (22 loc) · 914 Bytes
/
Copy pathgradle.properties
File metadata and controls
25 lines (22 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
version=0.0.0
kotlin.code.style=official
org.gradle.jvmargs=-Xmx8g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
systemProp.org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.daemon=true
# disabling cache to try to work around issues
org.gradle.configuration-cache=false
org.gradle.configuration-cache-problems=warn
org.gradle.configureondemand=false
#https://github.com/gradle/gradle/issues/11308
org.gradle.internal.publish.checksums.insecure=true
systemProp.org.gradle.internal.publish.checksums.insecure=true
kotlin.native.ignoreDisabledTargets=true
kotlin.mpp.stability.nowarn=true
kotlin.incremental=true
kotlin.incremental.js=true
# KotlinFaker build settings
# enabled/disable Kotlin targets, for improving local dev & CI/CD performance
kotlinFaker_enableKotlinJs=true
kotlinFaker_enableKotlinNative=false