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:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user