update gradle paperweight version

This commit is contained in:
granny
2024-04-06 19:07:00 -07:00
parent b64f4f50e2
commit 5d2d4e437a

View File

@@ -5,7 +5,7 @@ plugins {
java java
`maven-publish` `maven-publish`
id("com.github.johnrengelman.shadow") version "8.1.1" apply false id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("io.papermc.paperweight.patcher") version "1.5.12" id("io.papermc.paperweight.patcher") version "1.5.13"
} }
allprojects { allprojects {