加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gradle.properties 328 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alex Saveau 提交于 2017-11-09 20:59 . Initial commit
#suppress inspection "UnusedProperty" for whole file
org.gradle.jvmargs=-Xmx6g -XX:MaxPermSize=6g -XX:ReservedCodeCacheSize=2g -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.caching=true
android.enableD8=true
# TODO remove at some point
android.injected.build.model.only.versioned=3
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化