switch to fork of paperweight

don't worry paperweight/paper devs, this *will* maintain api compatibility, its mainly so we can have files in NMS
This commit is contained in:
Ben Kerllenevich
2021-06-15 13:17:41 -04:00
parent 93a374608a
commit ab124e45f4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
plugins {
java
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
id("io.papermc.paperweight.patcher") version "1.0.0"
id("io.papermc.paperweight.patcher") version "1.0.1-SNAPSHOT"
}
repositories {

View File

@@ -1,7 +1,7 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven("https://papermc.io/repo/repository/maven-public/")
maven("https://repo.pl3x.net/snapshots/")
}
}