Skip to content

Commit 03cef34

Browse files
committed
Downgrade minecraft to 1.21.5 due to adventure incompatibility
1 parent 1956385 commit 03cef34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323

2424
dependencies {
2525
// minecraft development api
26-
compileOnly("org.spigotmc:spigot-api:1.21.7-R0.1-SNAPSHOT")
26+
compileOnly("org.spigotmc:spigot-api:1.21.5-R0.1-SNAPSHOT")
2727
implementation("net.kyori:adventure-platform-bukkit:4.4.0")
2828
implementation("net.kyori:adventure-text-minimessage:4.23.0")
2929
implementation("dev.rollczi:litecommands-bukkit:3.10.2")
@@ -80,7 +80,7 @@ dependencies {
8080

8181
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.3")
8282
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.3")
83-
testCompileOnly("org.spigotmc:spigot-api:1.21.7-R0.1-SNAPSHOT")
83+
testCompileOnly("org.spigotmc:spigot-api:1.21.5-R0.1-SNAPSHOT")
8484
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.3")
8585
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
8686

@@ -113,7 +113,7 @@ tasks.withType<JavaCompile> {
113113

114114
tasks {
115115
runServer {
116-
minecraftVersion("1.21.7")
116+
minecraftVersion("1.21.5")
117117
}
118118

119119
clean {

0 commit comments

Comments
 (0)