Skip to content

Commit

Permalink
Remove unneeded semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Aug 6, 2024
1 parent b7e3dc5 commit c63021f
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 @@ -51,7 +51,7 @@ group = topLevelDomain + groupStringSeparator + mainProjectAuthor.lowercase() +
version = "1.0.0-SNAPSHOT"

val javaVersion = 21
val javaVersionEnumMember = JavaVersion.valueOf("VERSION_" + javaVersion);
val javaVersionEnumMember = JavaVersion.valueOf("VERSION_" + javaVersion)
val paperApiVersion = "1.21"

val projectGroupString = group.toString()
Expand Down

0 comments on commit c63021f

Please sign in to comment.