The project now builds properly

Version 1.3.4 of Paperweight does not work with 1.17.x completely. Reverting to 1.2.0, however, fixes the problem.
This commit is contained in:
Video 2022-03-13 04:52:24 -06:00
parent 8de4abc61b
commit 97d0a98f49
1 changed files with 1 additions and 1 deletions

View File

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