9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2026-01-06 15:51:42 +00:00

Update Paperweight

This commit is contained in:
MrPowerGamerBR
2022-07-16 18:06:22 -03:00
committed by GitHub
parent d3c51e947f
commit 40ba6827fe

View File

@@ -4,7 +4,7 @@ plugins {
java java
`maven-publish` `maven-publish`
id("com.github.johnrengelman.shadow") version "7.1.2" apply false id("com.github.johnrengelman.shadow") version "7.1.2" apply false
id("io.papermc.paperweight.patcher") version "1.3.7" id("io.papermc.paperweight.patcher") version "1.3.8"
} }
repositories { repositories {
@@ -110,4 +110,4 @@ publishing {
} }
} }
} }
} }