Update paperweight to 1.5.7

Apparently, fixes some compile issues for some users.
This commit is contained in:
Spottedleaf 2023-10-06 17:36:05 -07:00
parent e5b552fb0c
commit a4d99b3cd3

View File

@ -4,7 +4,7 @@ plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("io.papermc.paperweight.patcher") version "1.5.6"
id("io.papermc.paperweight.patcher") version "1.5.7"
}
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"