-
Notifications
You must be signed in to change notification settings - Fork 23
/
gradle.properties
40 lines (32 loc) · 1.12 KB
/
gradle.properties
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
## {x-release-please-start-version}
version=2.0.0-SNAPSHOT
## {x-release-please-end}
# Signature key id
signing.gnupg.keyName=CEE144B17ECAC99A
# Kotlin
kotlin.caching.enabled=true
kotlin.incremental=true
kotlin.incremental.useClasspathSnapshot=true
kotlin.parallel.tasks.in.project=true
# Gradle
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.daemon.idletimeout=3600000
# These cause issues.
#org.gradle.configuration-cache=true
#org.gradle.configureondemand=true
##
## Maven Central
##
## Upload to Maven Central takes only forever and connections timeout.
## The settings below help to mitigate that problem.
##
# Set the socket timeout to 5 minutes
systemProp.org.gradle.internal.http.connectionTimeout=300000
systemProp.org.gradle.internal.http.socketTimeout=300000
# the number of retries (initial included) (default 3)
systemProp.org.gradle.internal.repository.max.tentative=10
# the initial time before retrying, in milliseconds (default 125)
systemProp.org.gradle.internal.repository.initial.backoff=1000
# Gradle
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8