Skip to content

Commit

Permalink
Use 1.21
Browse files Browse the repository at this point in the history
1.21.1 doesn't seem to work right now, so I'll just use 1.21 until the issue is fixed.
  • Loading branch information
esotericenderman committed Sep 2, 2024
1 parent 8d42c14 commit 60d2f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ val projectVersionString = version.toString()
val javaVersion = 21
val javaVersionEnumMember = JavaVersion.valueOf("VERSION_" + javaVersion)

val paperApiMinecraftVersion = "1.21.1"
val paperApiMinecraftVersion = "1.21"
val paperApiVersion = paperApiMinecraftVersion + "-" + "R0.1-SNAPSHOT"

java {
Expand Down

0 comments on commit 60d2f98

Please sign in to comment.