Skip to content

Commit

Permalink
Chore: Update Minecraft version in runServer task to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Uni0305 committed Jan 4, 2025
1 parent f69b231 commit 6d87dbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mokokolibrary-bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ bukkitPluginYaml {
description = "A library plugin for Uni0305's plugins."
}

tasks.runServer {
minecraftVersion("1.20.4")
}

publishing {
publications {
create<MavenPublication>("maven") {
Expand Down

0 comments on commit 6d87dbc

Please sign in to comment.