Use patcher beta

This commit is contained in:
Jason Penilla 2024-12-21 13:55:34 -08:00
parent 184e014d65
commit 07763ce642
No known key found for this signature in database
GPG Key ID: 0E75A301420E48F8
5 changed files with 2 additions and 13 deletions

View File

@ -22,8 +22,6 @@ jobs:
uses: gradle/actions/setup-gradle@v4
- name: Configure Git User Details
run: git config --global user.email "actions@github.com" && git config --global user.name "Github Actions"
- name: build paperweight
run: ./build_paperweight.sh
- name: Apply Patches
run: ./gradlew applyAllPatches --stacktrace
- name: Build

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "paperweight"]
path = paperweight
url = https://github.com/PaperMC/paperweight.git

View File

@ -3,12 +3,12 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
plugins {
java // TODO java launcher tasks
id("io.papermc.paperweight.patcher") version "2.0.0-SNAPSHOT"
id("io.papermc.paperweight.patcher") version "2.0.0-beta.8"
}
paperweight {
upstreams.paper {
ref = "1dc6ad1df07e018ee68d95464022285f27fff916"
ref = "54debf494f467a71c561cf8765c4f21725c99dd8"
patchFile {
path = "paper-server/build.gradle.kts"

View File

@ -1,5 +0,0 @@
#!/bin/bash
set -eou pipefail
git submodule update --init --recursive
cd paperweight
./gradlew pTML

@ -1 +0,0 @@
Subproject commit e8ebbf2449eb294705d370d9485b26091c21f91b