Fixed reliance on outdated spigot api version.

This commit is contained in:
Vatuu
2022-09-02 20:32:17 +02:00
parent 8c7e7c3d48
commit 614ef78771

View File

@@ -27,7 +27,7 @@ plugins {
version '2.2.14-1.19.2' // Needs to be version specific
def nmsVersion = "1.19.2"
def apiVersion = '1.19'
def spigotJarVersion = '1.19.1-R0.1-SNAPSHOT'
def spigotJarVersion = '1.19.2-R0.1-SNAPSHOT'
def name = getRootProject().getName() // Defined in settings.gradle
def main = 'com.volmit.iris.Iris'