Skip to content

Commit d5869ed

Browse files
committed
Merge branch 'dev' into release-please--branches--dev--components--standard-version
2 parents 24b08cf + bf9c0e8 commit d5869ed

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Gradle
3131
uses: gradle/gradle-build-action@v2.11.1
3232
with:
33-
gradle-version: 8.5
33+
gradle-version: 8.6
3434

3535
- name: Set Gradle Env
3636
run: |

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ https://guoshiqiufeng.github.io/loki-doc/
1919
### 开发框架
2020

2121
- Java 21
22-
- Gradle 8.5
22+
- Gradle 8.6
2323
- Spring Boot 2.7.18
2424
- rocketmq-client-java 5.0.6 (RocketMQ-grpc)
2525
- kafka-clients 3.6.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ https://guoshiqiufeng.github.io/loki-doc/en/
2020
### Development Framework
2121

2222
- Java 21
23-
- Gradle 8.5
23+
- Gradle 8.6
2424
- Spring Boot 2.7.18
2525
- rocketmq-client-java 5.0.6 (RocketMQ-grpc)
2626
- kafka-clients 3.6.1

doc/gradle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
gradle distributions
2-
https://mirrors.cloud.tencent.com/gradle/gradle-8.5-bin.zip
2+
https://mirrors.cloud.tencent.com/gradle/gradle-8.6-bin.zip
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Fri Nov 10 10:59:22 CST 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)