mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2025-01-06 22:07:37 +00:00
Use patcher beta
This commit is contained in:
parent
184e014d65
commit
07763ce642
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -22,8 +22,6 @@ jobs:
|
|||||||
uses: gradle/actions/setup-gradle@v4
|
uses: gradle/actions/setup-gradle@v4
|
||||||
- name: Configure Git User Details
|
- name: Configure Git User Details
|
||||||
run: git config --global user.email "actions@github.com" && git config --global user.name "Github Actions"
|
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
|
- name: Apply Patches
|
||||||
run: ./gradlew applyAllPatches --stacktrace
|
run: ./gradlew applyAllPatches --stacktrace
|
||||||
- name: Build
|
- name: Build
|
||||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
|||||||
[submodule "paperweight"]
|
|
||||||
path = paperweight
|
|
||||||
url = https://github.com/PaperMC/paperweight.git
|
|
@ -3,12 +3,12 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
java // TODO java launcher tasks
|
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 {
|
paperweight {
|
||||||
upstreams.paper {
|
upstreams.paper {
|
||||||
ref = "1dc6ad1df07e018ee68d95464022285f27fff916"
|
ref = "54debf494f467a71c561cf8765c4f21725c99dd8"
|
||||||
|
|
||||||
patchFile {
|
patchFile {
|
||||||
path = "paper-server/build.gradle.kts"
|
path = "paper-server/build.gradle.kts"
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
set -eou pipefail
|
|
||||||
git submodule update --init --recursive
|
|
||||||
cd paperweight
|
|
||||||
./gradlew pTML
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit e8ebbf2449eb294705d370d9485b26091c21f91b
|
|
Loading…
Reference in New Issue
Block a user