mirror of
https://github.com/SparklyPower/SparklyPaper.git
synced 2025-12-19 15:09:27 +00:00
Set the current commit to the last commit used in Paper's 1.21.1 branch, update the auto-update script to only update based on the 1.21.1 Paper branch
This commit is contained in:
2
.github/workflows/auto-update.yml
vendored
2
.github/workflows/auto-update.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: 'Paper'
|
path: 'Paper'
|
||||||
repository: "PaperMC/Paper"
|
repository: "PaperMC/Paper"
|
||||||
ref: 'master'
|
ref: 'ver/1.21.1'
|
||||||
token: ${{ secrets.LORITTA_PAT }}
|
token: ${{ secrets.LORITTA_PAT }}
|
||||||
|
|
||||||
- name: Get Paper Latest Commit Hash
|
- name: Get Paper Latest Commit Hash
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ group=net.sparklypower.sparklypaper
|
|||||||
version=1.21.1-R0.1-SNAPSHOT
|
version=1.21.1-R0.1-SNAPSHOT
|
||||||
|
|
||||||
mcVersion=1.21.1
|
mcVersion=1.21.1
|
||||||
paperRef=52a05907c7a84583c26b8d0b9d5fdf8a5825c8d0
|
paperRef=84281ceeefb9d294758a9a292ba6c01da40e8409
|
||||||
|
|
||||||
org.gradle.caching=true
|
org.gradle.caching=true
|
||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
|
|||||||
Reference in New Issue
Block a user