9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-26 10:29:13 +00:00

Update 1.20.6 (#49)

* Update Leaf API patches to 1.20.5

* Updated Upstream (Purpur API)

* Some server patches work

* Update 1.20.6

* Some server patches work

* Some some server patches work

* 0oO0oO0oOo

* iI1IiI1i|!il|

* Updated Upstream (Gale/Purpur)

* Server patches work

* Updated Upstream (Gale)
This commit is contained in:
Dreeam
2024-05-01 12:08:20 -04:00
committed by GitHub
parent 13ff24fed4
commit e703cd5445
98 changed files with 3883 additions and 5115 deletions

View File

@@ -1,10 +1,10 @@
name: Build Leaf 1.20.4
name: Build Leaf 1.20.6
on:
push:
branches: [ "ver/1.20.4" ]
branches: [ "ver/1.20.6" ]
pull_request:
branches: [ "ver/1.20.4" ]
branches: [ "ver/1.20.6" ]
jobs:
build:
@@ -26,11 +26,11 @@ jobs:
- name: Apply patches
run: ./gradlew -Dorg.gradle.jvmargs="-Dgraal.CompilerConfiguration=enterprise -Dgraal.UsePriorityInlining=true -Dgraal.Vectorization=true -Dgraal.OptDuplication=true --add-modules jdk.incubator.vector" applyPatches --stacktrace --no-daemon
- name: Create ReobfPaperclipJar
run: ./gradlew -Dorg.gradle.jvmargs="-Dgraal.CompilerConfiguration=enterprise -Dgraal.UsePriorityInlining=true -Dgraal.Vectorization=true -Dgraal.OptDuplication=true --add-modules jdk.incubator.vector" createReobfPaperclipJar --stacktrace --no-daemon
- name: Create MojmapPaperclipJar
run: ./gradlew -Dorg.gradle.jvmargs="-Dgraal.CompilerConfiguration=enterprise -Dgraal.UsePriorityInlining=true -Dgraal.Vectorization=true -Dgraal.OptDuplication=true --add-modules jdk.incubator.vector" createMojmapPaperclipJar --stacktrace --no-daemon
- name: Rename Paperclip Jar
run: mv build/libs/leaf-paperclip-1.20.4-R0.1-SNAPSHOT-reobf.jar ./leaf-1.20.4.jar
run: mv build/libs/leaf-paperclip-1.20.6-R0.1-SNAPSHOT-mojmap.jar ./leaf-1.20.6.jar
- name: Publish API
if: github.event_name != 'pull_request'
@@ -45,15 +45,15 @@ jobs:
- name: Upload Leaf
uses: actions/upload-artifact@main
with:
name: Leaf 1.20.4
path: ./leaf-1.20.4.jar
name: Leaf 1.20.6
path: ./leaf-1.20.6.jar
- name: Release Leaf
if: github.event_name != 'pull_request'
uses: marvinpinto/action-automatic-releases@master
with:
title: "Leaf 1.20.4"
automatic_release_tag: "ver-1.20.4"
title: "Leaf 1.20.6"
automatic_release_tag: "ver-1.20.6"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
files: "./leaf-1.20.4.jar"
files: "./leaf-1.20.6.jar"
prerelease: false