13 lines
360 B
Properties
13 lines
360 B
Properties
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
|
android.useAndroidX=true
|
|
|
|
# 禁用配置缓存
|
|
org.gradle.configuration-cache=false
|
|
org.gradle.parallel=true
|
|
org.gradle.caching=false
|
|
|
|
# 网络超时设置
|
|
systemProp.http.connectionTimeout=60000
|
|
systemProp.http.socketTimeout=60000
|
|
systemProp.https.connectionTimeout=60000
|
|
systemProp.https.socketTimeout=60000 |