Skip to content

Commit b4c8b62

Browse files
committed
Change runServer minecraftVersion property to 1.21.8
1 parent 83bc093 commit b4c8b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ tasks.withType<JavaCompile> {
113113

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

119119
clean {

0 commit comments

Comments
 (0)