Update to paperweight 1.1.5

This commit is contained in:
Kyle Wood 2021-06-20 02:56:23 -05:00
parent e3191f5ab9
commit a435d924c1
No known key found for this signature in database
GPG Key ID: 86AF5613ACA30CC5
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
plugins {
java
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
id("io.papermc.paperweight.patcher") version "1.1.4"
id("io.papermc.paperweight.patcher") version "1.1.5"
}
repositories {

View File

@ -3,7 +3,7 @@ version = 1.17-R0.1-SNAPSHOT
mcVersion = 1.17
packageVersion = 1_17_R1
paperRef = 72955ad6c3b8085603176d7f17cb202006dcd9c7
paperRef = ea0336dff57f6c3cab42d5e94ae7a82718578dde
org.gradle.parallel=true
org.gradle.vfs.watch=false