mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2025-01-02 20:47:37 +00:00
use helper functions
This commit is contained in:
parent
98104f3a8b
commit
a52dfa70bf
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user