Update paperweight to 1.5.10 and Gradle to 8.4 (#9957)

This commit is contained in:
Jason Penilla
2023-11-21 22:27:50 -07:00
parent ea37ffa71d
commit f5c68d86b0
3 changed files with 9 additions and 9 deletions

View File

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