Update to 26.2

This commit is contained in:
Len
2026-08-01 03:07:31 -05:00
parent 9482a8d17b
commit 8e0a9ffdad
6 changed files with 31 additions and 22 deletions
+5 -7
View File
@@ -1,18 +1,15 @@
plugins {
`maven-publish`
id("io.github.goooler.shadow")
id("com.gradleup.shadow")
id("net.minecrell.plugin-yml.bukkit") version "0.5.1"
}
dependencies {
// API
implementation(project(":boosters-api"))
// Galaxy
compileOnly("com.alttd.cosmos:cosmos-api:1.21.6-R0.1-SNAPSHOT") {
isChanging = true
}
compileOnly("com.alttd.cosmos:cosmos-api:26.2.build.17-stable")
// MyPet
compileOnly("de.keyle:mypet:3.12-SNAPSHOT")
compileOnly("de.keyle:mypet-api:4.0.0-SNAPSHOT")
// mcMMO
compileOnly("com.gmail.nossr50.mcMMO:mcMMO:2.2.004") {
exclude("com.sk89q.worldguard")
@@ -39,7 +36,8 @@ tasks {
bukkit {
name = rootProject.name
main = "$group.BoostersPlugin"
apiVersion = "1.21"
version = "${rootProject.version}"
apiVersion = "26.2"
authors = listOf("destro174", "akastijn")
softDepend = listOf("MyPet", "mcMMO")
commands {