zhibo/android-app/gradle.properties

15 lines
427 B
Properties
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true
# 禁用 JDK Image Transform解决 jlink 问题)
android.enableJdkImageTransform=false
# 网络超时设置
systemProp.http.connectionTimeout=60000
systemProp.http.socketTimeout=60000
systemProp.https.connectionTimeout=60000
systemProp.https.socketTimeout=60000
# 启用配置缓存
org.gradle.configuration-cache=true
org.gradle.parallel=true