1 Star 0 Fork 3

奇葩老顽童/Dagli

forked from Gitee 极速下载/Dagli 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gradle.properties 655 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jeff Pasternack 提交于 2020-09-23 14:10 . Dagli 14 (initial commit)
#long-running Gradle process speeds up local builds
#to stop the daemon run 'ligradle --stop'
org.gradle.daemon=true
# exorcise daemonic OOM errors
org.gradle.jvmargs=-Xmx2g
#configures only relevant projects to speed up the configuration of large projects
#useful when specific project/task is invoked e.g: ligradle :cloud:cloud-api:build
org.gradle.configureondemand=true
#Gradle will run tasks from subprojects in parallel
#Higher CPU usage, faster builds
# Disabling helps reduce total RAM usage
org.gradle.parallel=true
#Allows generation of idea/eclipse metadata for a specific subproject and its upstream project dependencies
ide.recursive=true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/sai7752/Dagli.git
git@gitee.com:sai7752/Dagli.git
sai7752
Dagli
Dagli
master

搜索帮助