Skip to content

Commit 06927ef

Browse files
committed
Update runServer task to use Minecraft 1.21.8
1 parent 2df09c6 commit 06927ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eternalcore-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636

3737
tasks {
3838
runServer {
39-
minecraftVersion("1.21.7")
39+
minecraftVersion("1.21.8")
4040
downloadPlugins.modrinth("luckperms", "v${Versions.LUCKPERMS}-bukkit")
4141
}
4242
}

0 commit comments

Comments
 (0)