Skip to content

Commit 314a685

Browse files
committed
chore: 去除 gradle 的 proxy 配置,改为全局本地配置,防止 ci 运行失败
1 parent 48c18e1 commit 314a685

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

gradle.properties

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,4 @@ kotlin.code.style=official
2020
# Enables namespacing of each library's R class so that its R class includes only the
2121
# resources declared in the library itself and none from the library's dependencies,
2222
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true
24-
systemProp.http.proxyHost=127.0.0.1
25-
systemProp.http.proxyPort=10808
26-
systemProp.https.proxyHost=127.0.0.1
27-
systemProp.https.proxyPort=10808
23+
android.nonTransitiveRClass=true

0 commit comments

Comments
 (0)