-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
24 lines (19 loc) · 1.04 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
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.priority=low
# Gradle default is 256m which causes issues with our build - https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
# Currently causes failure when importing project in IntelliJ
# Workaround https://youtrack.jetbrains.com/issue/KT-34862
kotlin.incremental=false
# Try to reduce CI failures due to maven central flakiness
# in particular this has been a problem for maven-metadata.xml files, which are TTL'd quickly out of
# the gradle cache since they contain the latest versions available in maven central
systemProp.org.gradle.internal.http.connectionTimeout=120000
systemProp.org.gradle.internal.http.socketTimeout=120000
systemProp.org.gradle.internal.repository.max.retries=10
systemProp.org.gradle.internal.repository.initial.backoff=500
# Project properties provides a central place for shared property among subprojects
otel.agent.version=2.10.0
otel.sdk.version=1.44.1
swo.agent.version=2.10.0