9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-27 10:59:16 +00:00

Leaf 1.21.4

WIP
This commit is contained in:
Dreeam
2025-01-17 19:54:25 -05:00
parent e25f393ebf
commit ed1cdcd19d
485 changed files with 29906 additions and 30502 deletions

View File

@@ -45,23 +45,23 @@ jobs:
- name: Grant execute permission for gradlew
run: |
cd Leaf
git config --global user.name "Dreeam"
git config --global user.name "Dreeam-qwq"
git config --global user.email 61569423+Dreeam-qwq@users.noreply.github.com
chmod +x gradlew
- uses: actions/setup-java@main
with:
distribution: 'zulu'
java-version: 21
java-version: '21'
- name: Running tests before push
run: |
cd Leaf
if ! git diff --quiet; then
echo "Running tests...."
./gradlew applyPatches
./gradlew createMojmapPaperclipJar
./gradlew rebuildPatches
./gradlew applyAllPatches
./gradlew build
./gradlew rebuildAllServerPatches
fi
- name: Check for changes and write to repository