Skip to content

Commit

Permalink
Compile against 1.21, bump version to 2.9.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
md5sha256 committed Jun 21, 2024
1 parent a6a38be commit 34f7234
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AreaShop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ tasks {
// Configure the Minecraft version for our task.
// This is the only required configuration besides applying the plugin.
// Your plugin's jar (or shadowJar if present) will be used automatically.
minecraftVersion("1.20.6")
minecraftVersion("1.21")

downloadPlugins {
github("EssentialsX", "essentials", "2.20.1", "EssentialsX-2.20.1.jar")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "me.wiefferink"
version = "2.9.0-SNAPSHOT"
version = "2.9.1-SNAPSHOT"

val targetJavaVersion = 21
val encoding = Charsets.UTF_8
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
# Platforms
minecraft = "1.20.6-R0.1-SNAPSHOT"
minecraft = "1.21-R0.1-SNAPSHOT"

# Minecraft Plugins
worldedit = "7.3.3"
Expand Down

0 comments on commit 34f7234

Please sign in to comment.