Update to 1.21.8
This commit is contained in:
parent
c82144c4bc
commit
f24c61a724
|
|
@ -10,10 +10,10 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly("com.alttd:Galaxy-API:1.21-R0.1-SNAPSHOT") {
|
||||
compileOnly("com.alttd.cosmos:cosmos-api:1.21.8-R0.1-SNAPSHOT") {
|
||||
isChanging = true
|
||||
}
|
||||
compileOnly("com.alttd:AltitudeAPI:0.0.2")
|
||||
compileOnly("com.alttd.altitudeapi:AltitudeAPI:0.0.3")
|
||||
compileOnly("com.github.decentsoftware-eu:decentholograms:2.8.9")
|
||||
compileOnly("org.jetbrains:annotations:16.0.2")
|
||||
testImplementation("org.powermock:powermock-module-junit4:1.7.4")
|
||||
|
|
@ -106,5 +106,5 @@ bukkit {
|
|||
version = "${rootProject.version}"
|
||||
apiVersion = "1.21"
|
||||
authors = listOf("Michael Ziluck", "destro174")
|
||||
depend = listOf("AltitudeAPI", "DecentHolograms")
|
||||
depend = listOf("DecentHolograms")
|
||||
}
|
||||
|
|
@ -4,7 +4,14 @@ dependencyResolutionManagement {
|
|||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
maven("https://repo.destro.xyz/snapshots") // Altitude - Galaxy
|
||||
maven {
|
||||
name = "AlttdNexus"
|
||||
url = uri(
|
||||
"https://repo.alttd.com/repository/alttd-snapshot/"
|
||||
)
|
||||
credentials(PasswordCredentials::class)
|
||||
}
|
||||
maven("https://repo.destro.xyz/snapshots")
|
||||
maven("https://repo.codemc.io/repository/maven-public/")
|
||||
maven("https://jitpack.io/")
|
||||
maven("https://repo.maven.apache.org/maven2/")
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import java.util.Arrays;
|
|||
import com.alttd.altitudeapi.utils.CollectionUtils;
|
||||
import com.alttd.altitudeapi.utils.StringUtils;
|
||||
import com.alttd.altitudetag.AltitudeTag;
|
||||
import org.apache.commons.lang.mutable.MutableBoolean;
|
||||
import org.apache.commons.lang3.mutable.MutableBoolean;
|
||||
import org.bukkit.command.CommandSender;
|
||||
import org.bukkit.configuration.file.FileConfiguration;
|
||||
import org.bukkit.configuration.file.YamlConfiguration;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user