File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ repositories {
23
23
24
24
dependencies {
25
25
// 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" )
27
27
implementation(" net.kyori:adventure-platform-bukkit:4.4.0" )
28
28
implementation(" net.kyori:adventure-text-minimessage:4.23.0" )
29
29
implementation(" dev.rollczi:litecommands-bukkit:3.10.2" )
@@ -80,7 +80,7 @@ dependencies {
80
80
81
81
testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.3" )
82
82
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" )
84
84
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.3" )
85
85
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
86
86
@@ -113,7 +113,7 @@ tasks.withType<JavaCompile> {
113
113
114
114
tasks {
115
115
runServer {
116
- minecraftVersion(" 1.21.7 " )
116
+ minecraftVersion(" 1.21.5 " )
117
117
}
118
118
119
119
clean {
You can’t perform that action at this time.
0 commit comments