Skip to content

Commit

Permalink
f: config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhanhan committed Apr 13, 2024
1 parent d375082 commit 495b46e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
6 changes: 0 additions & 6 deletions _logs/2022-01-01-测试.md

This file was deleted.

6 changes: 0 additions & 6 deletions _logs/2022-01-02-日志.md

This file was deleted.

16 changes: 16 additions & 0 deletions _logs/2024-04-13-gradle-config.md
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
```
2 changes: 1 addition & 1 deletion _tabs/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ order: 5
<ul>
{% for log in site.logs %}
<li>
<a href="{{ post.url }}">{{ log}}{% include datetime.html date=log.date %}</a>
<a href="{{ log.url }}">{% include datetime.html date=log.date %} --- {{ log.title }}</a>
</li>
{% endfor %}
</ul>

0 comments on commit 495b46e

Please sign in to comment.