use helper functions

This commit is contained in:
Jason Penilla 2024-12-15 00:39:46 -07:00
parent 98104f3a8b
commit a52dfa70bf
No known key found for this signature in database
GPG Key ID: 0E75A301420E48F8

View File

@ -7,10 +7,8 @@ plugins {
}
paperweight {
upstreams.register("paper") {
repo.set("https://github.com/PaperMC/Paper.git")
ref.set("aaf151c03d48f51b10f278e26143dd8ea9db6acb")
paper = true
upstreams.paper {
ref = "aaf151c03d48f51b10f278e26143dd8ea9db6acb"
patchFile {
path = "paper-server/build.gradle.kts"