Files
workphone-sdk/sdk/android-app/gradle.properties
Manus AI 0bd2ae2e81
Some checks failed
SDK CI / python-compile (push) Has been cancelled
docs: 完善工作手机安装部署与更新说明
2026-07-12 08:27:19 +08:00

15 lines
881 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.

# Project-wide Gradle settings.
# 非工作手机开发时勿常驻 daemon./gradlew 用时再启、编完退出
org.gradle.daemon=false
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8 -Duser.language=zh -Duser.country=CN
# Kotlin 编译 daemon 单独 JVM非 ASCII中文工程路径下须显式 UTF-8否则源文件路径被转义为 \uXXXX 找不到文件
kotlin.daemon.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8
# 中文工程路径下 worker/daemon 策略会把源路径转义in-process 走 Gradle 主 JVM已 UTF-8避免找不到 .kt
kotlin.compiler.execution.strategy=in-process
android.useAndroidX=true
kotlin.code.style=official
android.nonTransitiveRClass=true
systemProp.https.protocols=TLSv1.2,TLSv1.3
org.gradle.internal.http.connectionTimeout=60000
org.gradle.internal.http.socketTimeout=60000