mirror of
https://gitlab.com/SamB440/rpgregions-2.git
synced 2025-12-19 14:59:19 +00:00
Bump anvil gui and inventory framework
This commit is contained in:
@@ -33,8 +33,8 @@ dependencies {
|
||||
exclude("net.kyori")
|
||||
}
|
||||
|
||||
implementation("net.wesjd:anvilgui:1.10.0-SNAPSHOT") // anvilgui
|
||||
implementation("com.github.stefvanschie.inventoryframework:IF:0.10.19") // inventory framework
|
||||
implementation("net.wesjd:anvilgui:1.10.5-SNAPSHOT") // anvilgui
|
||||
implementation("com.github.stefvanschie.inventoryframework:IF:0.11.0") // inventory framework
|
||||
implementation("co.aikar:idb-core:1.0.0-SNAPSHOT") // database
|
||||
implementation("org.bstats:bstats-bukkit:3.0.2") // plugin stats
|
||||
implementation("io.papermc:paperlib:1.0.7") // paperlib - async teleport on Paper
|
||||
@@ -103,7 +103,7 @@ tasks {
|
||||
archiveBaseName.set("rpgregions-2")
|
||||
minimize {
|
||||
exclude(project(":modern"))
|
||||
exclude(dependency("net.wesjd:anvilgui:1.10.0-SNAPSHOT"))
|
||||
exclude(dependency("net.wesjd:anvilgui:1.10.5-SNAPSHOT"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user