Bump paperweight to 1.0.4

This commit is contained in:
Kyle Wood 2021-06-16 02:05:27 -05:00
parent b683ff522e
commit e203d90f78
No known key found for this signature in database
GPG Key ID: 86AF5613ACA30CC5

View File

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