mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-19 06:39:58 +00:00
Fixed reliance on outdated spigot api version.
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user