Bump tiny-remapper to 0.4.1

This commit is contained in:
Kyle Wood 2021-06-12 22:18:50 -05:00
parent 24e9620d14
commit 152994d950
No known key found for this signature in database
GPG Key ID: 86AF5613ACA30CC5
1 changed files with 2 additions and 3 deletions

View File

@ -38,8 +38,7 @@ subprojects {
}
repositories {
mavenLocal()
mavenCentral()
maven("https://wav.jfrog.io/artifactory/repo/") {
content {
onlyForConfigurations("paperclip")
@ -59,7 +58,7 @@ repositories {
dependencies {
paramMappings("org.quiltmc:yarn:1.17+build.2:mergedv2")
remapper("org.quiltmc:tiny-remapper:0.3.2:fat@jar")
remapper("org.quiltmc:tiny-remapper:0.4.1")
decompiler("net.minecraftforge:forgeflower:1.5.498.12@jar")
paperclip("io.papermc:paperclip:2.0.0-SNAPSHOT@jar")
}