generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
17 additions
and
13 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
layout: page | ||
title: Gradle 配置参考 | ||
--- | ||
|
||
```properties | ||
# 配置代理 | ||
systemProp.http.proxyHost=127.0.0.1 | ||
systemProp.https.proxyHost=127.0.0.1 | ||
systemProp.http.proxyPort=7890 | ||
systemProp.https.proxyPort=7890 | ||
# 配置取消SSL验证 | ||
systemProp.http.ssl.insecure=true | ||
systemProp.http.ssl.allowall=true | ||
systemProp.http.ssl.ignore.validity.dates=true | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters