Bump paperweight to 1.1.0

This paperweight update uses Hypo to cleanup and fix reobf mappings
based on the completed jar, which removes a lot of issues we were
previously having around weird CraftBukkit edge cases and synthetic
issues (as always). It's not yet perfect (PaperMC/paperweight#18) but
it's much better than it was.
This commit is contained in:
Kyle Wood
2021-06-17 01:51:18 -05:00
parent d5de9fba04
commit bd75fb2329
2 changed files with 1 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
plugins {
java
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
id("io.papermc.paperweight.core") version "1.0.5"
id("io.papermc.paperweight.core") version "1.1.0"
}
subprojects {