RnMultibundler/android/gradle/wrapper/gradle-wrapper.properties
xuqm ea5d60db1f build:支持 TLSv1.3 协议
- 在 gradle-wrapper.properties 文件中更新系统属性
- 增加 TLSv1.3 到 https.protocols 配置项,与 TLSv1.2 一起支持
2025-09-02 14:43:58 +08:00

9 行
297 B
INI

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
systemProp.https.protocols=TLSv1.2, TLSv1.3