Update gradle plugins and remapper

This commit is contained in:
lexikiq
2022-02-14 19:27:23 -05:00
parent e703b60287
commit e237cc3aa9
2 changed files with 4 additions and 3 deletions

View File

@@ -3,8 +3,8 @@ import io.papermc.paperweight.util.constants.*
plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "7.1.1" apply false
id("io.papermc.paperweight.patcher") version "1.3.3"
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
id("io.papermc.paperweight.patcher") version "1.3.4"
}
repositories {
@@ -15,7 +15,7 @@ repositories {
}
dependencies {
remapper("net.fabricmc:tiny-remapper:0.7.0:fat")
remapper("net.fabricmc:tiny-remapper:0.8.1:fat")
decompiler("net.minecraftforge:forgeflower:1.5.498.12")
paperclip("io.papermc:paperclip:3.0.2")
}

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash
# requires curl & jq
# borrowed from https://github.com/PurpurMC/Purpur which is licensed under the MIT license
# createUpstreamCommit --paper HASH
# flag: --paper HASH - the commit hash to use for comparing commits between paper (PaperMC/Paper/compare/HASH...HEAD)