Update upstream & paperweight to 1.1.12

This commit is contained in:
Jason Penilla
2021-10-02 18:46:57 -07:00
parent a90d11e921
commit fe0ed1609c
3 changed files with 11 additions and 10 deletions

View File

@ -4,7 +4,7 @@ plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
id("io.papermc.paperweight.patcher") version "1.1.11"
id("io.papermc.paperweight.patcher") version "1.1.12"
}
repositories {
@ -15,7 +15,7 @@ repositories {
}
dependencies {
remapper("org.quiltmc:tiny-remapper:0.4.3:fat")
remapper("net.fabricmc:tiny-remapper:0.6.0:fat")
decompiler("net.minecraftforge:forgeflower:1.5.498.12")
paperclip("io.papermc:paperclip:2.0.1")
}
@ -57,7 +57,7 @@ subprojects {
paperweight {
serverProject.set(project(":ForkTest-Server"))
remapRepo.set("https://maven.quiltmc.org/repository/release/")
remapRepo.set("https://maven.fabricmc.net/")
decompileRepo.set("https://files.minecraftforge.net/maven/")
usePaperUpstream(providers.gradleProperty("paperRef")) {
@ -84,8 +84,9 @@ tasks.generateDevelopmentBundle {
"https://maven.quiltmc.org/repository/release/",
"https://repo.aikar.co/content/groups/aikar",
"https://ci.emc.gs/nexus/content/groups/aikar/",
"https://papermc.io/repo/repository/maven-public/", // for paper-mojangapi
// "https://my.repo/" // This should be a repo hosting your API (in this example, 'com.example.paperfork:forktest-api')
"https://papermc.io/repo/repository/maven-public/",
"https://repo.velocitypowered.com/snapshots/",
// "https://my.repo/", // This should be a repo hosting your API (in this example, 'com.example.paperfork:forktest-api')
)
)
}