Skip to content

Instantly share code, notes, and snippets.

@log2c
Last active June 8, 2022 05:06
Show Gist options
  • Save log2c/e123a4b075ae1e89b0352d1830efe09d to your computer and use it in GitHub Desktop.
Save log2c/e123a4b075ae1e89b0352d1830efe09d to your computer and use it in GitHub Desktop.
Gradle配置文件说明
## For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
#
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx1024m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
#
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#Fri Jan 21 08:23:45 CST 2022
# 参考 https://docs.gradle.org/current/userguide/build_environment.html
#配置代理
systemProp.http.proxyHost=127.0.0.1
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=7890
systemProp.http.proxyPort=7890
#配置JDK位置
#org.gradle.java.home=/Users/ymslx/.jenv/versions/openjdk64-11.0.14.1
# Cordova
# cdvMinSdkVersion=20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment