Update adventure

This commit is contained in:
ajgeiss0702
2022-03-04 08:06:08 -07:00
parent 03b99bcd55
commit 211b127e42
8 changed files with 20 additions and 20 deletions
+3 -3
View File
@@ -14,11 +14,11 @@ repositories {
}
dependencies {
implementation("net.kyori:adventure-api:4.8.1")
implementation("net.kyori:adventure-text-serializer-plain:4.0.0-SNAPSHOT")
implementation("net.kyori:adventure-api:4.9.3")
implementation("net.kyori:adventure-text-serializer-plain:4.9.3")
compileOnly("com.google.guava:guava:30.1.1-jre")
compileOnly("us.ajg0702:ajUtils:1.1.17")
compileOnly("us.ajg0702:ajUtils:1.1.20")
}
publishing {
+1 -1
View File
@@ -12,7 +12,7 @@ repositories {
}
allprojects {
version = "2.2.4"
version = "2.2.5"
group = "us.ajg0702"
plugins.apply("java")
+3 -3
View File
@@ -14,11 +14,11 @@ repositories {
dependencies {
testImplementation("junit:junit:4.12")
compileOnly("net.kyori:adventure-api:4.8.1")
compileOnly("net.kyori:adventure-text-serializer-plain:4.0.0-SNAPSHOT")
compileOnly("net.kyori:adventure-api:4.9.3")
compileOnly("net.kyori:adventure-text-serializer-plain:4.9.3")
compileOnly("com.google.guava:guava:30.1.1-jre")
compileOnly("us.ajg0702:ajUtils:1.1.17")
compileOnly("us.ajg0702:ajUtils:1.1.20")
compileOnly("org.slf4j:slf4j-log4j12:1.7.29")
+2 -2
View File
@@ -14,11 +14,11 @@ repositories {
}
dependencies {
compileOnly("net.kyori:adventure-api:4.8.1")
compileOnly("net.kyori:adventure-api:4.9.3")
compileOnly("com.google.guava:guava:30.1.1-jre")
compileOnly("org.spongepowered:configurate-yaml:4.0.0")
implementation("us.ajg0702:ajUtils:1.1.17")
implementation("us.ajg0702:ajUtils:1.1.20")
implementation(project(":platforms:velocity"))
implementation(project(":platforms:bungeecord"))
+4 -4
View File
@@ -14,16 +14,16 @@ repositories {
}
dependencies {
compileOnly("net.kyori:adventure-api:4.8.1")
compileOnly("net.kyori:adventure-api:4.9.3")
compileOnly("com.google.guava:guava:30.1.1-jre")
compileOnly("us.ajg0702:ajUtils:1.1.17")
compileOnly("us.ajg0702:ajUtils:1.1.20")
compileOnly("net.md-5:bungeecord-api:1.16-R0.4")
implementation("net.kyori:adventure-text-minimessage:4.0.0-SNAPSHOT")
implementation("net.kyori:adventure-text-minimessage:4.10.0")
implementation("net.kyori:adventure-platform-bungeecord:4.0.0")
compileOnly("net.kyori:adventure-text-serializer-plain:4.0.0-SNAPSHOT")
compileOnly("net.kyori:adventure-text-serializer-plain:4.9.3")
compileOnly("com.viaversion:viaversion-api:4.2.0-SNAPSHOT")
+3 -3
View File
@@ -14,13 +14,13 @@ repositories {
}
dependencies {
compileOnly("net.kyori:adventure-api:4.8.1")
compileOnly("net.kyori:adventure-api:4.9.3")
compileOnly("com.google.guava:guava:30.1.1-jre")
compileOnly("us.ajg0702:ajUtils:1.1.17")
compileOnly("us.ajg0702:ajUtils:1.1.20")
compileOnly("com.velocitypowered:velocity-api:3.0.0")
annotationProcessor("com.velocitypowered:velocity-api:3.0.0")
implementation("net.kyori:adventure-text-minimessage:4.0.0-SNAPSHOT")
implementation("net.kyori:adventure-text-minimessage:4.10.0")
compileOnly("com.viaversion:viaversion-api:4.2.0-SNAPSHOT")
+2 -2
View File
@@ -23,9 +23,9 @@ dependencies {
compileOnly("me.TechsCode:FakeUltraPerms:1.0.2")
compileOnly("us.ajg0702:ajUtils:1.1.17")
compileOnly("us.ajg0702:ajUtils:1.1.20")
compileOnly("net.kyori:adventure-api:4.8.1")
compileOnly("net.kyori:adventure-api:4.9.3")
compileOnly(fileTree(mapOf("dir" to "../libs/private", "include" to listOf("*.jar"))))
compileOnly(fileTree(mapOf("dir" to "../libs/public", "include" to listOf("*.jar"))))
+2 -2
View File
@@ -19,12 +19,12 @@ repositories {
}
dependencies {
implementation("net.kyori:adventure-api:4.8.1")
implementation("net.kyori:adventure-api:4.9.3")
compileOnly("com.google.guava:guava:30.1.1-jre")
compileOnly("org.spongepowered:configurate-yaml:4.0.0")
compileOnly("us.ajg0702:ajUtils:1.1.17")
compileOnly("us.ajg0702:ajUtils:1.1.20")
compileOnly(group = "org.spigotmc", name = "spigot", version = "1.16.5-R0.1-SNAPSHOT")
compileOnly("me.clip:placeholderapi:2.10.4")