Update Paper and fix compilation errors (again)

This commit is contained in:
2023-10-06 02:32:03 -05:00
parent c268904a94
commit 1050894e5a
8 changed files with 49 additions and 8 deletions

View File

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