Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@0d79b86 Update paperweight to 1.3.8
PaperMC/Paper@1bd678c [ci skip] Scan built jars for bad method usages (#8051)
PaperMC/Paper@2818347 [ci skip] fix team name in codeowners
PaperMC/Paper@a22eb67 update eigencraft patch (#8076)
This commit is contained in:
BillyGalbreath
2022-06-30 13:52:15 -05:00
parent c0bb2e32f7
commit e7d3f0741a
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ plugins {
java
`maven-publish`
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"
}
val paperMavenPublicUrl = "https://papermc.io/repo/repository/maven-public/"