9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-28 03:19:21 +00:00

Update changes from ver/1.21.4 branch

This commit is contained in:
Dreeam
2025-05-02 22:45:26 -04:00
84 changed files with 6041 additions and 1028 deletions

View File

@@ -14,12 +14,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@main
- name: Set up GraalVM JDK 21
uses: graalvm/setup-graalvm@main
- name: Setup java
uses: useblacksmith/setup-java@v5
with:
java-version: 21
github-token: "${{ secrets.GITHUB_TOKEN }}"
cache: gradle
distribution: 'temurin'
java-version: '21'
- name: Grant execute permission for gradlew
run: chmod +x gradlew