9
0
mirror of https://github.com/Dreeam-qwq/Gale.git synced 2025-12-28 02:59:12 +00:00

Update 1.20.5

This commit is contained in:
Dreeam
2024-04-28 08:17:49 -04:00
parent 05f24b652c
commit f126483109
127 changed files with 1041 additions and 1219 deletions

View File

@@ -15,8 +15,8 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
distribution: zulu
java-version: 21
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Configure Git user details
@@ -24,7 +24,7 @@ jobs:
- name: Apply patches
run: ./gradlew applyPatches
- name: Create Paperclip jar
run: ./gradlew createReobfPaperclipJar
run: ./gradlew createMojmapPaperclipJar
- name: Upload Paperclip jar
uses: actions/upload-artifact@v4
with: