updated spigot and added on close function for closing a gui

This commit is contained in:
Skyslycer
2021-08-16 00:30:43 +02:00
parent d58193f161
commit e4681af822
3 changed files with 19 additions and 5 deletions

View File

@@ -24,8 +24,8 @@ repositories {
}
dependencies {
compileOnly("org.spigotmc", "spigot", "1.17-R0.1-SNAPSHOT")
testCompileOnly("org.spigotmc", "spigot", "1.17-R0.1-SNAPSHOT")
compileOnly("org.spigotmc", "spigot", "1.17.1-R0.1-SNAPSHOT")
testCompileOnly("org.spigotmc", "spigot", "1.17.1-R0.1-SNAPSHOT")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.1")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0")