mirror of
https://gitlab.com/SamB440/rpgregions-2.git
synced 2025-12-19 14:59:19 +00:00
Bump dependencies for 1.21, 1.4.8
This commit is contained in:
@@ -59,7 +59,7 @@ repositories {
|
||||
}
|
||||
|
||||
project.group = "net.islandearth.rpgregions"
|
||||
project.version = "1.4.7"
|
||||
project.version = "1.4.8"
|
||||
|
||||
group = project.group
|
||||
version = project.version
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
pluginGroup=net.islandearth
|
||||
pluginVersion=1.4.7
|
||||
pluginVersion=1.4.8
|
||||
# Set to false if you don't have access to the UltraRegions API jar to make the plugin compilable. The purchased plugin has support for it.
|
||||
ultraRegionsSupport=true
|
||||
|
||||
|
||||
@@ -16,14 +16,14 @@ dependencies {
|
||||
testImplementation("com.github.seeseemelk:MockBukkit-v1.20:3.9.0")
|
||||
testImplementation("org.reflections:reflections:0.10.2")
|
||||
|
||||
implementation("org.incendo:cloud-paper:2.0.0-beta.8") {
|
||||
implementation("org.incendo:cloud-paper:2.0.0-beta.9") {
|
||||
exclude("org.checkerframework")
|
||||
exclude("net.kyori")
|
||||
}
|
||||
implementation("org.incendo:cloud-annotations:2.0.0-rc.2") {
|
||||
exclude("org.checkerframework")
|
||||
}
|
||||
implementation("org.incendo:cloud-minecraft-extras:2.0.0-beta.8") {
|
||||
implementation("org.incendo:cloud-minecraft-extras:2.0.0-beta.9") {
|
||||
exclude("org.checkerframework")
|
||||
exclude("net.kyori")
|
||||
}
|
||||
@@ -32,8 +32,8 @@ dependencies {
|
||||
exclude("net.kyori")
|
||||
}
|
||||
|
||||
implementation("net.wesjd:anvilgui:1.9.4-SNAPSHOT") // anvilgui
|
||||
implementation("com.github.stefvanschie.inventoryframework:IF:0.10.14") // inventory framework
|
||||
implementation("net.wesjd:anvilgui:1.10.0-SNAPSHOT") // anvilgui
|
||||
implementation("com.github.stefvanschie.inventoryframework:IF:0.10.15") // 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
|
||||
@@ -102,6 +102,7 @@ tasks {
|
||||
archiveBaseName.set("rpgregions-2")
|
||||
minimize {
|
||||
exclude(project(":modern"))
|
||||
exclude(dependency("net.wesjd:anvilgui:1.10.0-SNAPSHOT"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user