Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 6bf5ec2

Browse files
committed
Updated Upstream (Leaf)
1 parent bc6358c commit 6bf5ec2

18 files changed

+548
-574
lines changed

.github/ISSUE_TEMPLATE/zh_bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ body:
6161
- type: input
6262
attributes:
6363
label: 错误日志 (如存在)
64-
description: 请上传完整的报错信息或完整日志到 https://mclo.gs 或 https://gist.github.com , 并将链接粘贴在此处。
64+
description: 请上传完整的报错信息或完整日志到 https://mclo.gs 或 https://pastes.dev, 并将链接粘贴在此处。

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group=cn.dreeam.leaf
22
mcVersion=1.21.8
33
version=1.21.8-R0.1-SNAPSHOT
44

5-
leafCommit=e78da0a829bf16dab7d76a3ee9c81c0ae796681f
5+
leafCommit=0b6b41d278266ed10172dd80013680ed6a533b18
66

77
org.gradle.configuration-cache=true
88
org.gradle.caching=true

gradle/wrapper/gradle-wrapper.jar

1.65 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015-2021 the original authors.
4+
# Copyright © 2015 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)