9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-19 15:09:19 +00:00

clean: minor format adjustment in build.gradle.kts

This commit is contained in:
LoJoSho
2025-01-17 13:19:45 -06:00
parent 1873f5b9b5
commit 9879c82d40

View File

@@ -260,8 +260,7 @@ bukkit {
}
java {
toolchain.languageVersion.set(JavaLanguageVersion.of(21
))
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
}
fun getGitCommitHash(): String {