This commit is contained in:
Ben Kerllenevich
2021-12-02 06:39:53 -05:00
parent 90ae13fa3f
commit e593264715
6 changed files with 17 additions and 17 deletions

View File

@@ -3,8 +3,8 @@ import io.papermc.paperweight.util.constants.*
plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "7.1.0"
id("io.papermc.paperweight.patcher") version "1.3.0-SNAPSHOT"
id("com.github.johnrengelman.shadow") version "7.1.0" apply false
id("io.papermc.paperweight.patcher") version "1.3.1"
}
repositories {