Updated Mojang to Spigot remapper Gradle plugin to version 1.1.2.

This commit is contained in:
David Berdik 2022-03-06 16:53:48 -05:00
parent 7dcd6ac2e0
commit f76f7036d0

View File

@ -2,7 +2,7 @@ val spigot_version="1.18.1-R0.1-SNAPSHOT"
plugins {
`java-library`
id("io.github.patrick.remapper") version "1.1.0"
id("io.github.patrick.remapper") version "1.1.2"
}
repositories {