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

*: go back to 2.7.7, add @NotNull and @Nullable annotations for CosmeticHolder interface

This commit is contained in:
yusshu
2025-03-03 00:05:19 -05:00
parent 52de7425e4
commit 4136d19396
3 changed files with 16 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ plugins {
}
group = "com.hibiscusmc"
version = "2.8.0${getGitCommitHash()}"
version = "2.7.7${getGitCommitHash()}"
allprojects {
apply(plugin = "java")