Skip to content

Commit

Permalink
use patcher beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Dec 21, 2024
1 parent 05fde2c commit b4932d8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
uses: gradle/actions/setup-gradle@v4
- name: Configure Git User Details
run: git config --global user.email "[email protected]" && git config --global user.name "Github Actions"
- name: build paperweight
run: ./build_paperweight.sh
- name: Apply Patches
run: ./gradlew applyAllPatches --stacktrace
- name: Build
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ 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.register("fork") {
repo = github("PaperMC", "paperweight-examples")
ref = "184e014d658a973f587340a94309c9ddfe8ee52c"
ref = "07763ce642eb166043ab1acc34cbee91a80976f7"

patchFile {
path = "fork-server/build.gradle.kts"
Expand Down
5 changes: 0 additions & 5 deletions build_paperweight.sh

This file was deleted.

1 change: 0 additions & 1 deletion paperweight
Submodule paperweight deleted from e8ebbf

0 comments on commit b4932d8

Please sign in to comment.