forked from gradle/gradle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
58 lines (53 loc) · 3.32 KB
/
Copy pathgradle.properties
File metadata and controls
58 lines (53 loc) · 3.32 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
org.gradle.jvmargs=-Xmx3300m -XX:MaxMetaspaceSize=768m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true
org.gradle.configuration-cache.entries-per-key=2
org.gradle.isolated-projects=true
org.gradle.tooling.parallel=true
systemProp.org.gradle.classloaderscope.strict=true
systemProp.gradle.publish.skip.namespace.check=true
# Kotlin DSL settings
org.gradle.kotlin.dsl.allWarningsAsErrors=true
# Kotlin settings
kotlin.stdlib.default.dependency=false
kotlin.js.ir.output.granularity=whole-program
# Temporarily force IDEs to produce a Build Scan
systemProp.org.gradle.internal.ide.scan=true
# If you're experimenting with changes and don't want to update the verification file right away, please change the mode to "lenient" (not "off")
org.gradle.dependency.verification=strict
# TD related properties
gradle.internal.testdistribution.writeTraceFile=true
develocity.internal.testdistribution.writeTraceFile=true
gradle.internal.testdistribution.queryResponseTimeout=PT20S
develocity.internal.testdistribution.queryResponseTimeout=PT20S
# Default ReadyForNightly performance baseline
defaultRfnPerformanceBaselines=9.8.0-commit-242eb931e5f
# Default ReadyForRelease performance baseline
defaultRfrPerformanceBaselines=9.7.1-commit-ff0c023bffc
systemProp.dependency.analysis.test.analysis=false
# Informs BuildCommitDistribution task that the current commit can be built with CC enabled
buildCommitDistribution.gradleModeCompatibility=CC
# Dokka 2.2.0 DGPv2 is the default, but the plugin still looks up these properties dynamically.
# Setting them here avoids cross-project property lookups that break isolated projects.
# https://github.com/Kotlin/dokka/issues/4488
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
org.jetbrains.dokka.experimental.gradle.pluginMode.nowarn=true
org.jetbrains.dokka.experimental.tryK2=true
org.jetbrains.dokka.experimental.tryK2.noWarn=true
org.jetbrains.dokka.experimental.tryK2.nowarn=true
org.jetbrains.dokka.internal.enableWorkaroundKT80551=true
# Android smoke test project repository and commit
androidSmokeTestProjectRef=https://github.com/gradle/nowinandroid.git#4a5becfc8878471c1063a10c558f87e4399d12f2
# Build-builder project repository and commit
buildBuilderProjectRef=https://github.com/gradle/build-builder.git#0ae2c07e619513fca46ba26ce36ca1d073d8b5a2
# Performance test project repositories and commits
nowInAndroidBuildProjectRef=https://github.com/gradle/nowinandroid.git#6c94ed76c42cc8a45374930059cf241cc134cf15
largeAndroidBuildProjectRef=https://github.com/gradle/perf-android-large.git#99e95eb1aa1d9c190ed1162f2b7915e765650f49
largeAndroidBuild2ProjectRef=https://github.com/gradle/perf-android-large-2.git#16d64faa6055a281874329ff95fbcdd6861b7248
excludeRuleMergingBuildProjectRef=https://github.com/gradle/performance-comparisons.git#b0eb05ab058e55e3aad5935d499c9079284c2592
springBootAppProjectRef=https://github.com/gradle/performance-comparisons.git#4f5fcfbd5a9f03aae0386e12f0ceddfae8100d5a
largeNativeBuildProjectRef=https://github.com/gradle/perf-native-large.git#08a06b5f4943a5a892a178baddc27e1884e7c03c
isolatedProjectsTestbedRef=https://github.com/gradle/isolated-projects-testbed.git#85b1eb6330acb64de9899d9bd83cfb1fb6431a7a