10 Star 43 Fork 0

Gitee 极速下载/gradle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/gradle/gradle
克隆/下载
gradle.properties 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
Christoph Obexer 提交于 2024-06-20 14:55 . rebaseline performance tests
# Reduce Xmx after https://github.com/gradle/gradle-private/issues/4168 is resolved
org.gradle.jvmargs=-Xmx3000m -XX:MaxMetaspaceSize=768m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
systemProp.gradle.publish.skip.namespace.check=true
# Kotlin DSL settings
org.gradle.kotlin.dsl.allWarningsAsErrors=true
# Kotlin settings
kotlin.incremental.useClasspathSnapshot=true
kotlin.stdlib.default.dependency=false
kotlin.js.ir.output.granularity=whole-program
# Temporarily force IDEs to produce build scans
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 performance baseline
defaultPerformanceBaselines=8.10-commit-df3d6a929e4
# Skip dependency analysis for tests
systemProp.dependency.analysis.test.analysis=false
# List of project that still have dependency analysis warnings
unmigratedProjects=\
kotlin-dsl,\
kotlin-dsl-plugins,\
kotlin-dsl-provider-plugins,\
kotlin-dsl-tooling-models
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/gradle.git
git@gitee.com:mirrors/gradle.git
mirrors
gradle
gradle
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385