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 184e014 commit 07763ce
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,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"
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 07763ce

Please sign in to comment.