9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-19 14:59:32 +00:00
---------

Co-authored-by: MC-XiaoHei <xor7xiaohei@gmail.com>
Co-authored-by: violetc <58360096+s-yh-china@users.noreply.github.com>
Co-authored-by: Fortern <blueten.ki@gmail.com>
Co-authored-by: Helvetica Volubi <88063803+Suisuroru@users.noreply.github.com>
This commit is contained in:
Lumine1909
2025-07-21 06:08:20 -07:00
committed by violetc
parent b5793e809b
commit c5ecbe85d2
318 changed files with 6998 additions and 2715 deletions

View File

@@ -23,7 +23,6 @@ jobs:
uses: gradle/actions/setup-gradle@v4
with:
add-job-summary: never
generate-job-summary: false
cache-read-only: false
- name: Setup Git Config
run: |

View File

@@ -21,7 +21,6 @@ jobs:
uses: gradle/actions/setup-gradle@v4
with:
add-job-summary: never
generate-job-summary: false
cache-read-only: false
- name: Setup Git Config
run: |
@@ -34,7 +33,7 @@ jobs:
- name: Move Jar
run: |
prop() {
grep "${1}" gradle.properties | cut -d'=' -f2 | sed 's/\r//'
awk -F= -v key="$1" '$1 == key { val = $2; sub(/[[:space:]]*#.*$/, "", val); gsub(/^[[:space:]]+|[[:space:]]+$/, "", val); print val }' gradle.properties
}
jarName="leaves-$(prop mcVersion).jar"